Shades of Dark Magenta #AA019A
Tints of Dark Magenta #AA019A
RGB
CMYK
RGB Variations
Color information
#AA019A (or 0xAA019A) is known color: Dark Magenta. HEX triplet: AA, 01 and 9A. RGB value is (170,1,154). Sum of RGB (Red+Green+Blue) = 170+1+154=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA019A is #55FE65. Grayscale: #444444. Windows color (decimal): -5635686 or 10092970. OLE color: 10092970.
HSL color Cylindrical-coordinate representation of color #AA019A: hue angle of 305.68º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA019A is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 154 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.33 |
| HSL | 305.68º | 0.99% | 0.34% | - |
| HSV(B) | 305.68º | 0.99% | 0.67% | - |
| XYZ | 22.42 | 10.9 | 31.49 | - |
| YUV | 68.97 | 175.99 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 154 | 0 | 0.99 | 0.09 | 0.33 | 305.68 | 0.99 | 0.34 |
| Hex | AA | 1 | 9A | 0 | 63 | 9 | 21 | 132 | 63 | 22 |
| Octal | 252 | 1 | 232 | 0 | 143 | 11 | 41 | 462 | 143 | 42 |
| Binary | 10101010 | 1 | 10011010 | 0 | 1100011 | 1001 | 100001 | 100110010 | 1100011 | 100010 |
Color Harmonies of #AA019A
Complementary color
Monochromatic Colors of #AA019A
Black with #AA019A
Text Example
Text Example
White with #AA019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA019A; }
p { color: rgb(170,1,154); }
H1.HeaderClassName
{
color: #AA019A;
}
.AnyTagClassName
{
color: #AA019A;
}
</style>
background-color css
<style>
a { background-color: #AA019A; }
a { background-color: rgb(170,1,154); }
div.DivClassName
{
background-color: #AA019A;
}
.BgClassName
{
background-color: #AA019A;
}
</style>
border-color css
<style>
span { border-color: #AA019A; }
span { border-color: rgb(170,1,154); }
td.TdClassName
{
border-color: #AA019A;
}
.TagClassName
{
border-color: #AA019A;
}
</style>