Shades of Dark Magenta #AA038E
Tints of Dark Magenta #AA038E
RGB
CMYK
RGB Variations
Color information
#AA038E (or 0xAA038E) is known color: Dark Magenta. HEX triplet: AA, 03 and 8E. RGB value is (170,3,142). Sum of RGB (Red+Green+Blue) = 170+3+142=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA038E is #55FC71. Grayscale: #444444. Windows color (decimal): -5635186 or 9307050. OLE color: 9307050.
HSL color Cylindrical-coordinate representation of color #AA038E: hue angle of 310.06º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA038E is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 142 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.33 |
| HSL | 310.06º | 0.97% | 0.34% | - |
| HSV(B) | 310.06º | 0.98% | 0.67% | - |
| XYZ | 21.49 | 10.56 | 26.5 | - |
| YUV | 68.78 | 169.33 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 142 | 0 | 0.98 | 0.16 | 0.33 | 310.06 | 0.97 | 0.34 |
| Hex | AA | 3 | 8E | 0 | 62 | 10 | 21 | 136 | 61 | 22 |
| Octal | 252 | 3 | 216 | 0 | 142 | 20 | 41 | 466 | 141 | 42 |
| Binary | 10101010 | 11 | 10001110 | 0 | 1100010 | 10000 | 100001 | 100110110 | 1100001 | 100010 |
Color Harmonies of #AA038E
Complementary color
Monochromatic Colors of #AA038E
Black with #AA038E
Text Example
Text Example
White with #AA038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA038E; }
p { color: rgb(170,3,142); }
H1.HeaderClassName
{
color: #AA038E;
}
.AnyTagClassName
{
color: #AA038E;
}
</style>
background-color css
<style>
a { background-color: #AA038E; }
a { background-color: rgb(170,3,142); }
div.DivClassName
{
background-color: #AA038E;
}
.BgClassName
{
background-color: #AA038E;
}
</style>
border-color css
<style>
span { border-color: #AA038E; }
span { border-color: rgb(170,3,142); }
td.TdClassName
{
border-color: #AA038E;
}
.TagClassName
{
border-color: #AA038E;
}
</style>