#A66EAB

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

Shades of Violet Blue #A66EAB

Tints of Violet Blue #A66EAB

Color information

#A66EAB (or 0xA66EAB) is unknown color: approx Violet Blue. HEX triplet: A6, 6E and AB. RGB value is (166,110,171). Sum of RGB (Red+Green+Blue) = 166+110+171=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #A66EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66EAB is #599154. Grayscale: #858585. Windows color (decimal): -5869909 or 11234982. OLE color: 11234982.

HSL color Cylindrical-coordinate representation of color #A66EAB: hue angle of 295.08º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66EAB is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166110171-
CMYK0.030.3600.33
HSL295.08º26.64%55.1%-
HSV(B)295.08º35.67%67.06%-
XYZ28.6522.241.3-
YUV133.7149.05151.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 110 (43.36% from 255) = 24.61%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=37.14%
G=24.61%
B=38.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661101710.030.3600.33295.0826.6455.1
HexA66EAB3240211271b37
Octal2461562533440414473367
Binary1010011011011101010101111100100010000110010011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66EAB; }

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

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

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

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

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

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

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

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