#A66DA9

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

Shades of Violet Blue #A66DA9

Tints of Violet Blue #A66DA9

Color information

#A66DA9 (or 0xA66DA9) is unknown color: approx Violet Blue. HEX triplet: A6, 6D and A9. RGB value is (166,109,169). Sum of RGB (Red+Green+Blue) = 166+109+169=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 169 - color contains mainly: blue. Hex color #A66DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66DA9 is #599256. Grayscale: #848484. Windows color (decimal): -5870167 or 11103654. OLE color: 11103654.

HSL color Cylindrical-coordinate representation of color #A66DA9: hue angle of 297º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66DA9 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB166109169-
CMYK0.020.3600.34
HSL297º25.86%54.51%-
HSV(B)297º35.5%66.27%-
XYZ28.3621.9140.27-
YUV132.88148.38151.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 169 (66.41% from 255) = 38.06%
R=37.39%
G=24.55%
B=38.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1661091690.020.3600.3429725.8654.51
HexA66DA92240221291a37
Octal2461552512440424513267
Binary1010011011011011010100110100100010001010010100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66DA9; }

 p { color: rgb(166,109,169); }

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

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

 a { background-color: rgb(166,109,169); }

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

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

 span { border-color: rgb(166,109,169); }

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