#A66EAA

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

Shades of Violet Blue #A66EAA

Tints of Violet Blue #A66EAA

Color information

#A66EAA (or 0xA66EAA) is unknown color: approx Violet Blue. HEX triplet: A6, 6E and AA. RGB value is (166,110,170). Sum of RGB (Red+Green+Blue) = 166+110+170=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #A66EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66EAA is #599155. Grayscale: #858585. Windows color (decimal): -5869910 or 11169446. OLE color: 11169446.

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

Color convert

RGB166110170-
CMYK0.020.3500.33
HSL296º26.09%54.9%-
HSV(B)296º35.29%66.67%-
XYZ28.5622.1640.8-
YUV133.58148.55151.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 110 (43.36% from 255) = 24.66%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=37.22%
G=24.66%
B=38.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661101700.020.3500.3329626.0954.9
HexA66EAA2230211281a37
Octal2461562522430414503267
Binary1010011011011101010101010100011010000110010100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66EAA; }

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

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

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

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

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

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

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

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