#AA4AA9

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

Shades of Violet Blue #AA4AA9

Tints of Violet Blue #AA4AA9

Color information

#AA4AA9 (or 0xAA4AA9) is unknown color: approx Violet Blue. HEX triplet: AA, 4A and A9. RGB value is (170,74,169). Sum of RGB (Red+Green+Blue) = 170+74+169=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4AA9 is #55B556. Grayscale: #717171. Windows color (decimal): -5616983 or 11094698. OLE color: 11094698.

HSL color Cylindrical-coordinate representation of color #AA4AA9: hue angle of 300.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4AA9 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17074169-
CMYK00.560.010.33
HSL300.62º39.34%47.84%-
HSV(B)300.62º56.47%66.67%-
XYZ26.1916.3139.3-
YUV113.53159.3168.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 74 (29.30% from 255) = 17.92%
BLUE value IS 169 (66.41% from 255) = 40.92%
R=41.16%
G=17.92%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707416900.560.010.33300.6239.3447.84
HexAA4AA903812112d2730
Octal2521122510701414554760
Binary1010101010010101010100101110001100001100101101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4AA9; }

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

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

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

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

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

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

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

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