#AA6EA9

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

Shades of Violet Blue #AA6EA9

Tints of Violet Blue #AA6EA9

Color information

#AA6EA9 (or 0xAA6EA9) is unknown color: approx Violet Blue. HEX triplet: AA, 6E and A9. RGB value is (170,110,169). Sum of RGB (Red+Green+Blue) = 170+110+169=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6EA9 is #559156. Grayscale: #868686. Windows color (decimal): -5607767 or 11103914. OLE color: 11103914.

HSL color Cylindrical-coordinate representation of color #AA6EA9: hue angle of 301º 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 #AA6EA9 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB170110169-
CMYK00.350.010.33
HSL301º26.09%54.9%-
HSV(B)301º35.29%66.67%-
XYZ29.3122.5640.35-
YUV134.67147.38153.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 110 (43.36% from 255) = 24.50%
BLUE value IS 169 (66.41% from 255) = 37.64%
R=37.86%
G=24.50%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011016900.350.010.3330126.0954.9
HexAA6EA902312112d1a37
Octal2521562510431414553267
Binary101010101101110101010010100011110000110010110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6EA9; }

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

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

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

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

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

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

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

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