#A66AAF

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

Shades of Violet Blue #A66AAF

Tints of Violet Blue #A66AAF

Color information

#A66AAF (or 0xA66AAF) is unknown color: approx Violet Blue. HEX triplet: A6, 6A and AF. RGB value is (166,106,175). Sum of RGB (Red+Green+Blue) = 166+106+175=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #A66AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66AAF is #599550. Grayscale: #838383. Windows color (decimal): -5870929 or 11496102. OLE color: 11496102.

HSL color Cylindrical-coordinate representation of color #A66AAF: hue angle of 292.17º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A66AAF is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB166106175-
CMYK0.050.3900.31
HSL292.17º30.13%55.1%-
HSV(B)292.17º39.43%68.63%-
XYZ28.6221.5143.2-
YUV131.81152.38152.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 106 (41.80% from 255) = 23.71%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=37.14%
G=23.71%
B=39.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661061750.050.3900.31292.1730.1355.1
HexA66AAF52701F1241e37
Octal2461522575470374443667
Binary1010011011010101010111110110011101111110010010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66AAF; }

 p { color: rgb(166,106,175); }

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

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

 a { background-color: rgb(166,106,175); }

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

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

 span { border-color: rgb(166,106,175); }

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