#AA19A2

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

Shades of Dark Magenta #AA19A2

Tints of Dark Magenta #AA19A2

Color information

#AA19A2 (or 0xAA19A2) is unknown color: approx Dark Magenta. HEX triplet: AA, 19 and A2. RGB value is (170,25,162). Sum of RGB (Red+Green+Blue) = 170+25+162=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA19A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA19A2 is #55E65D. Grayscale: #535353. Windows color (decimal): -5629534 or 10623402. OLE color: 10623402.

HSL color Cylindrical-coordinate representation of color #AA19A2: hue angle of 303.31º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA19A2 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB17025162-
CMYK00.850.050.33
HSL303.31º74.36%38.24%-
HSV(B)303.31º85.29%66.67%-
XYZ23.4511.8535.23-
YUV83.97172.04189.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 25 (10.16% from 255) = 7.00%
BLUE value IS 162 (63.67% from 255) = 45.38%
R=47.62%
G=7.00%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702516200.850.050.33303.3174.3638.24
HexAA19A205552112f4a26
Octal25231242012554145711246
Binary101010101100110100010010101011011000011001011111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA19A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA19A2; }

 p { color: rgb(170,25,162); }

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

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

 a { background-color: rgb(170,25,162); }

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

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

 span { border-color: rgb(170,25,162); }

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