#AA66A6

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

Shades of Violet Blue #AA66A6

Tints of Violet Blue #AA66A6

Color information

#AA66A6 (or 0xAA66A6) is unknown color: approx Violet Blue. HEX triplet: AA, 66 and A6. RGB value is (170,102,166). Sum of RGB (Red+Green+Blue) = 170+102+166=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA66A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA66A6 is #559959. Grayscale: #818181. Windows color (decimal): -5609818 or 10905258. OLE color: 10905258.

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

Color convert

RGB170102166-
CMYK00.40.020.33
HSL303.53º28.57%53.33%-
HSV(B)303.53º40%66.67%-
XYZ28.2120.838.6-
YUV129.63148.53156.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 102 (40.23% from 255) = 23.29%
BLUE value IS 166 (65.23% from 255) = 37.90%
R=38.81%
G=23.29%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010216600.40.020.33303.5328.5753.33
HexAA66A60282211301d35
Octal2521462460502414603565
Binary1010101011001101010011001010001010000110011000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA66A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA66A6; }

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

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

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

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

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

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

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

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