Shades of Dark Magenta #AA018F
Tints of Dark Magenta #AA018F
RGB
CMYK
RGB Variations
Color information
#AA018F (or 0xAA018F) is known color: Dark Magenta. HEX triplet: AA, 01 and 8F. RGB value is (170,1,143). Sum of RGB (Red+Green+Blue) = 170+1+143=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA018F is #55FE70. Grayscale: #434343. Windows color (decimal): -5635697 or 9372074. OLE color: 9372074.
HSL color Cylindrical-coordinate representation of color #AA018F: hue angle of 309.59º 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 #AA018F is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.33 |
| HSL | 309.59º | 0.99% | 0.34% | - |
| HSV(B) | 309.59º | 0.99% | 0.67% | - |
| XYZ | 21.55 | 10.55 | 26.89 | - |
| YUV | 67.72 | 170.49 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 143 | 0 | 0.99 | 0.16 | 0.33 | 309.59 | 0.99 | 0.34 |
| Hex | AA | 1 | 8F | 0 | 63 | 10 | 21 | 136 | 63 | 22 |
| Octal | 252 | 1 | 217 | 0 | 143 | 20 | 41 | 466 | 143 | 42 |
| Binary | 10101010 | 1 | 10001111 | 0 | 1100011 | 10000 | 100001 | 100110110 | 1100011 | 100010 |
Color Harmonies of #AA018F
Complementary color
Monochromatic Colors of #AA018F
Black with #AA018F
Text Example
Text Example
White with #AA018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA018F; }
p { color: rgb(170,1,143); }
H1.HeaderClassName
{
color: #AA018F;
}
.AnyTagClassName
{
color: #AA018F;
}
</style>
background-color css
<style>
a { background-color: #AA018F; }
a { background-color: rgb(170,1,143); }
div.DivClassName
{
background-color: #AA018F;
}
.BgClassName
{
background-color: #AA018F;
}
</style>
border-color css
<style>
span { border-color: #AA018F; }
span { border-color: rgb(170,1,143); }
td.TdClassName
{
border-color: #AA018F;
}
.TagClassName
{
border-color: #AA018F;
}
</style>