Shades of Dark Magenta #AA019E
Tints of Dark Magenta #AA019E
RGB
CMYK
RGB Variations
Color information
#AA019E (or 0xAA019E) is known color: Dark Magenta. HEX triplet: AA, 01 and 9E. RGB value is (170,1,158). Sum of RGB (Red+Green+Blue) = 170+1+158=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA019E is #55FE61. Grayscale: #444444. Windows color (decimal): -5635682 or 10355114. OLE color: 10355114.
HSL color Cylindrical-coordinate representation of color #AA019E: hue angle of 304.26º 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 #AA019E is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 158 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.33 |
| HSL | 304.26º | 0.99% | 0.34% | - |
| HSV(B) | 304.26º | 0.99% | 0.67% | - |
| XYZ | 22.76 | 11.04 | 33.28 | - |
| YUV | 69.43 | 177.99 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 158 | 0 | 0.99 | 0.07 | 0.33 | 304.26 | 0.99 | 0.34 |
| Hex | AA | 1 | 9E | 0 | 63 | 7 | 21 | 130 | 63 | 22 |
| Octal | 252 | 1 | 236 | 0 | 143 | 7 | 41 | 460 | 143 | 42 |
| Binary | 10101010 | 1 | 10011110 | 0 | 1100011 | 111 | 100001 | 100110000 | 1100011 | 100010 |
Color Harmonies of #AA019E
Complementary color
Monochromatic Colors of #AA019E
Black with #AA019E
Text Example
Text Example
White with #AA019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA019E; }
p { color: rgb(170,1,158); }
H1.HeaderClassName
{
color: #AA019E;
}
.AnyTagClassName
{
color: #AA019E;
}
</style>
background-color css
<style>
a { background-color: #AA019E; }
a { background-color: rgb(170,1,158); }
div.DivClassName
{
background-color: #AA019E;
}
.BgClassName
{
background-color: #AA019E;
}
</style>
border-color css
<style>
span { border-color: #AA019E; }
span { border-color: rgb(170,1,158); }
td.TdClassName
{
border-color: #AA019E;
}
.TagClassName
{
border-color: #AA019E;
}
</style>