#AA37A9

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

Shades of Violet Blue #AA37A9

Tints of Violet Blue #AA37A9

Color information

#AA37A9 (or 0xAA37A9) is unknown color: approx Violet Blue. HEX triplet: AA, 37 and A9. RGB value is (170,55,169). Sum of RGB (Red+Green+Blue) = 170+55+169=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 169 (66.41% from 255 or 42.89% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA37A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA37A9 is #55C856. Grayscale: #666666. Windows color (decimal): -5621847 or 11089834. OLE color: 11089834.

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

Color convert

RGB17055169-
CMYK00.680.010.33
HSL300.52º51.11%44.12%-
HSV(B)300.52º67.65%66.67%-
XYZ25.1114.1438.94-
YUV102.38165.6176.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 55 (21.88% from 255) = 13.96%
BLUE value IS 169 (66.41% from 255) = 42.89%
R=43.15%
G=13.96%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705516900.680.010.33300.5251.1144.12
HexAA37A904412112d332c
Octal2526725101041414556354
Binary1010101011011110101001010001001100001100101101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA37A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA37A9; }

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

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

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

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

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

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

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

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