Shades of Dark Magenta #AA019D
Tints of Dark Magenta #AA019D
RGB
CMYK
RGB Variations
Color information
#AA019D (or 0xAA019D) is known color: Dark Magenta. HEX triplet: AA, 01 and 9D. RGB value is (170,1,157). Sum of RGB (Red+Green+Blue) = 170+1+157=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA019D is #55FE62. Grayscale: #444444. Windows color (decimal): -5635683 or 10289578. OLE color: 10289578.
HSL color Cylindrical-coordinate representation of color #AA019D: hue angle of 304.62º 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 #AA019D is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 157 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.33 |
| HSL | 304.62º | 0.99% | 0.34% | - |
| HSV(B) | 304.62º | 0.99% | 0.67% | - |
| XYZ | 22.67 | 11 | 32.83 | - |
| YUV | 69.32 | 177.49 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 157 | 0 | 0.99 | 0.08 | 0.33 | 304.62 | 0.99 | 0.34 |
| Hex | AA | 1 | 9D | 0 | 63 | 8 | 21 | 131 | 63 | 22 |
| Octal | 252 | 1 | 235 | 0 | 143 | 10 | 41 | 461 | 143 | 42 |
| Binary | 10101010 | 1 | 10011101 | 0 | 1100011 | 1000 | 100001 | 100110001 | 1100011 | 100010 |
Color Harmonies of #AA019D
Complementary color
Monochromatic Colors of #AA019D
Black with #AA019D
Text Example
Text Example
White with #AA019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA019D; }
p { color: rgb(170,1,157); }
H1.HeaderClassName
{
color: #AA019D;
}
.AnyTagClassName
{
color: #AA019D;
}
</style>
background-color css
<style>
a { background-color: #AA019D; }
a { background-color: rgb(170,1,157); }
div.DivClassName
{
background-color: #AA019D;
}
.BgClassName
{
background-color: #AA019D;
}
</style>
border-color css
<style>
span { border-color: #AA019D; }
span { border-color: rgb(170,1,157); }
td.TdClassName
{
border-color: #AA019D;
}
.TagClassName
{
border-color: #AA019D;
}
</style>