Shades of Dark Magenta #AA019F
Tints of Dark Magenta #AA019F
RGB
CMYK
RGB Variations
Color information
#AA019F (or 0xAA019F) is known color: Dark Magenta. HEX triplet: AA, 01 and 9F. RGB value is (170,1,159). Sum of RGB (Red+Green+Blue) = 170+1+159=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA019F is #55FE60. Grayscale: #454545. Windows color (decimal): -5635681 or 10420650. OLE color: 10420650.
HSL color Cylindrical-coordinate representation of color #AA019F: hue angle of 303.91º 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 #AA019F is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 159 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.33 |
| HSL | 303.91º | 0.99% | 0.34% | - |
| HSV(B) | 303.91º | 0.99% | 0.67% | - |
| XYZ | 22.85 | 11.07 | 33.73 | - |
| YUV | 69.54 | 178.49 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 159 | 0 | 0.99 | 0.06 | 0.33 | 303.91 | 0.99 | 0.34 |
| Hex | AA | 1 | 9F | 0 | 63 | 6 | 21 | 130 | 63 | 22 |
| Octal | 252 | 1 | 237 | 0 | 143 | 6 | 41 | 460 | 143 | 42 |
| Binary | 10101010 | 1 | 10011111 | 0 | 1100011 | 110 | 100001 | 100110000 | 1100011 | 100010 |
Color Harmonies of #AA019F
Complementary color
Monochromatic Colors of #AA019F
Black with #AA019F
Text Example
Text Example
White with #AA019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA019F; }
p { color: rgb(170,1,159); }
H1.HeaderClassName
{
color: #AA019F;
}
.AnyTagClassName
{
color: #AA019F;
}
</style>
background-color css
<style>
a { background-color: #AA019F; }
a { background-color: rgb(170,1,159); }
div.DivClassName
{
background-color: #AA019F;
}
.BgClassName
{
background-color: #AA019F;
}
</style>
border-color css
<style>
span { border-color: #AA019F; }
span { border-color: rgb(170,1,159); }
td.TdClassName
{
border-color: #AA019F;
}
.TagClassName
{
border-color: #AA019F;
}
</style>