Shades of Dark Magenta #AA019C
Tints of Dark Magenta #AA019C
RGB
CMYK
RGB Variations
Color information
#AA019C (or 0xAA019C) is known color: Dark Magenta. HEX triplet: AA, 01 and 9C. RGB value is (170,1,156). Sum of RGB (Red+Green+Blue) = 170+1+156=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA019C is #55FE63. Grayscale: #444444. Windows color (decimal): -5635684 or 10224042. OLE color: 10224042.
HSL color Cylindrical-coordinate representation of color #AA019C: hue angle of 304.97º 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 #AA019C is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 156 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.33 |
| HSL | 304.97º | 0.99% | 0.34% | - |
| HSV(B) | 304.97º | 0.99% | 0.67% | - |
| XYZ | 22.59 | 10.97 | 32.38 | - |
| YUV | 69.2 | 176.99 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 156 | 0 | 0.99 | 0.08 | 0.33 | 304.97 | 0.99 | 0.34 |
| Hex | AA | 1 | 9C | 0 | 63 | 8 | 21 | 131 | 63 | 22 |
| Octal | 252 | 1 | 234 | 0 | 143 | 10 | 41 | 461 | 143 | 42 |
| Binary | 10101010 | 1 | 10011100 | 0 | 1100011 | 1000 | 100001 | 100110001 | 1100011 | 100010 |
Color Harmonies of #AA019C
Complementary color
Monochromatic Colors of #AA019C
Black with #AA019C
Text Example
Text Example
White with #AA019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA019C; }
p { color: rgb(170,1,156); }
H1.HeaderClassName
{
color: #AA019C;
}
.AnyTagClassName
{
color: #AA019C;
}
</style>
background-color css
<style>
a { background-color: #AA019C; }
a { background-color: rgb(170,1,156); }
div.DivClassName
{
background-color: #AA019C;
}
.BgClassName
{
background-color: #AA019C;
}
</style>
border-color css
<style>
span { border-color: #AA019C; }
span { border-color: rgb(170,1,156); }
td.TdClassName
{
border-color: #AA019C;
}
.TagClassName
{
border-color: #AA019C;
}
</style>