#A66EAE

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

Shades of Violet Blue #A66EAE

Tints of Violet Blue #A66EAE

Color information

#A66EAE (or 0xA66EAE) is unknown color: approx Violet Blue. HEX triplet: A6, 6E and AE. RGB value is (166,110,174). Sum of RGB (Red+Green+Blue) = 166+110+174=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #A66EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66EAE is #599151. Grayscale: #858585. Windows color (decimal): -5869906 or 11431590. OLE color: 11431590.

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

Color convert

RGB166110174-
CMYK0.050.3700.32
HSL292.5º28.32%55.69%-
HSV(B)292.5º36.78%68.24%-
XYZ28.9422.3142.83-
YUV134.04150.55150.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=36.89%
G=24.44%
B=38.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661101740.050.3700.32292.528.3255.69
HexA66EAE5250201241c38
Octal2461562565450404443470
Binary10100110110111010101110101100101010000010010010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66EAE; }

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

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

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

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

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

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

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

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