#A649A0

Color #A649A0 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A649A0

Tints of Violet Blue #A649A0

Color information

#A649A0 (or 0xA649A0) is unknown color: approx Violet Blue. HEX triplet: A6, 49 and A0. RGB value is (166,73,160). Sum of RGB (Red+Green+Blue) = 166+73+160=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A649A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A649A0 is #59B65F. Grayscale: #6E6E6E. Windows color (decimal): -5879392 or 10504614. OLE color: 10504614.

HSL color Cylindrical-coordinate representation of color #A649A0: hue angle of 303.87º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A649A0 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16673160-
CMYK00.560.040.35
HSL303.87º38.91%46.86%-
HSV(B)303.87º56.02%65.1%-
XYZ24.4515.4134.94-
YUV110.72155.81167.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 160 (62.89% from 255) = 40.10%
R=41.60%
G=18.30%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667316000.560.040.35303.8738.9146.86
HexA649A0038423130272f
Octal2461112400704434604757
Binary101001101001001101000000111000100100011100110000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A649A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A649A0; }

 p { color: rgb(166,73,160); }

 H1.HeaderClassName
 {
   color: #A649A0;
 }
 .AnyTagClassName
 {
   color: #A649A0;
 }
</style>
background-color css

<style>
 a { background-color: #A649A0; }

 a { background-color: rgb(166,73,160); }

 div.DivClassName
 {
   background-color: #A649A0;
 }
 .BgClassName
 {
   background-color: #A649A0;
 }
</style>
border-color css

<style>
 span { border-color: #A649A0; }

 span { border-color: rgb(166,73,160); }

 td.TdClassName
 {
   border-color: #A649A0;
 }
 .TagClassName
 {
   border-color: #A649A0;
 }
</style>