#A66EAF

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

Shades of Violet Blue #A66EAF

Tints of Violet Blue #A66EAF

Color information

#A66EAF (or 0xA66EAF) is unknown color: approx Violet Blue. HEX triplet: A6, 6E and AF. RGB value is (166,110,175). Sum of RGB (Red+Green+Blue) = 166+110+175=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #A66EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66EAF is #599150. Grayscale: #858585. Windows color (decimal): -5869905 or 11497126. OLE color: 11497126.

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

Color convert

RGB166110175-
CMYK0.050.3700.31
HSL291.69º28.89%55.88%-
HSV(B)291.69º37.14%68.63%-
XYZ29.0422.3543.34-
YUV134.15151.05150.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.81%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=36.81%
G=24.39%
B=38.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661101750.050.3700.31291.6928.8955.88
HexA66EAF52501F1241d38
Octal2461562575450374443570
Binary1010011011011101010111110110010101111110010010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66EAF; }

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

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

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

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

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

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

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

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