#AA13A6

Color #AA13A6 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AA13A6

Tints of Dark Magenta #AA13A6

Color information

#AA13A6 (or 0xAA13A6) is unknown color: approx Dark Magenta. HEX triplet: AA, 13 and A6. RGB value is (170,19,166). Sum of RGB (Red+Green+Blue) = 170+19+166=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA13A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA13A6 is #55EC59. Grayscale: #505050. Windows color (decimal): -5631066 or 10884010. OLE color: 10884010.

HSL color Cylindrical-coordinate representation of color #AA13A6: hue angle of 301.59º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA13A6 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17019166-
CMYK00.890.020.33
HSL301.59º79.89%37.06%-
HSV(B)301.59º88.82%66.67%-
XYZ23.6911.7637.1-
YUV80.91176.03191.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 19 (7.81% from 255) = 5.35%
BLUE value IS 166 (65.23% from 255) = 46.76%
R=47.89%
G=5.35%
B=46.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701916600.890.020.33301.5979.8937.06
HexAA13A605922112e5025
Octal25223246013124145612045
Binary10101010100111010011001011001101000011001011101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA13A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA13A6; }

 p { color: rgb(170,19,166); }

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

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

 a { background-color: rgb(170,19,166); }

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

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

 span { border-color: rgb(170,19,166); }

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