#AA36A9

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

Shades of Violet Blue #AA36A9

Tints of Violet Blue #AA36A9

Color information

#AA36A9 (or 0xAA36A9) is unknown color: approx Violet Blue. HEX triplet: AA, 36 and A9. RGB value is (170,54,169). Sum of RGB (Red+Green+Blue) = 170+54+169=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA36A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA36A9 is #55C956. Grayscale: #656565. Windows color (decimal): -5622103 or 11089578. OLE color: 11089578.

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

Color convert

RGB17054169-
CMYK00.680.010.33
HSL300.52º51.79%43.92%-
HSV(B)300.52º68.24%66.67%-
XYZ25.0614.0538.93-
YUV101.79165.93176.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 54 (21.48% from 255) = 13.74%
BLUE value IS 169 (66.41% from 255) = 43.00%
R=43.26%
G=13.74%
B=43.00%

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
Decimal1705416900.680.010.33300.5251.7943.92
HexAA36A904412112d342c
Octal2526625101041414556454
Binary1010101011011010101001010001001100001100101101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA36A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA36A9; }

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

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

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

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

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

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

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

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