#AA66AE

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

Shades of Violet Blue #AA66AE

Tints of Violet Blue #AA66AE

Color information

#AA66AE (or 0xAA66AE) is unknown color: approx Violet Blue. HEX triplet: AA, 66 and AE. RGB value is (170,102,174). Sum of RGB (Red+Green+Blue) = 170+102+174=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA66AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA66AE is #559951. Grayscale: #828282. Windows color (decimal): -5609810 or 11429546. OLE color: 11429546.

HSL color Cylindrical-coordinate representation of color #AA66AE: hue angle of 296.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA66AE is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170102174-
CMYK0.020.4100.32
HSL296.67º30.77%54.12%-
HSV(B)296.67º41.38%68.24%-
XYZ28.9721.142.59-
YUV130.54152.53156.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 102 (40.23% from 255) = 22.87%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=38.12%
G=22.87%
B=39.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701021740.020.4100.32296.6730.7754.12
HexAA66AE2290201291f36
Octal2521462562510404513766
Binary1010101011001101010111010101001010000010010100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA66AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA66AE; }

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

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

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

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

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

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

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

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