Shades of Dark Magenta #AA038D
Tints of Dark Magenta #AA038D
RGB
CMYK
RGB Variations
Color information
#AA038D (or 0xAA038D) is known color: Dark Magenta. HEX triplet: AA, 03 and 8D. RGB value is (170,3,141). Sum of RGB (Red+Green+Blue) = 170+3+141=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA038D is #55FC72. Grayscale: #444444. Windows color (decimal): -5635187 or 9241514. OLE color: 9241514.
HSL color Cylindrical-coordinate representation of color #AA038D: hue angle of 310.42º 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 #AA038D is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 141 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.33 |
| HSL | 310.42º | 0.97% | 0.34% | - |
| HSV(B) | 310.42º | 0.98% | 0.67% | - |
| XYZ | 21.42 | 10.53 | 26.1 | - |
| YUV | 68.67 | 168.83 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 141 | 0 | 0.98 | 0.17 | 0.33 | 310.42 | 0.97 | 0.34 |
| Hex | AA | 3 | 8D | 0 | 62 | 11 | 21 | 136 | 61 | 22 |
| Octal | 252 | 3 | 215 | 0 | 142 | 21 | 41 | 466 | 141 | 42 |
| Binary | 10101010 | 11 | 10001101 | 0 | 1100010 | 10001 | 100001 | 100110110 | 1100001 | 100010 |
Color Harmonies of #AA038D
Complementary color
Monochromatic Colors of #AA038D
Black with #AA038D
Text Example
Text Example
White with #AA038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA038D; }
p { color: rgb(170,3,141); }
H1.HeaderClassName
{
color: #AA038D;
}
.AnyTagClassName
{
color: #AA038D;
}
</style>
background-color css
<style>
a { background-color: #AA038D; }
a { background-color: rgb(170,3,141); }
div.DivClassName
{
background-color: #AA038D;
}
.BgClassName
{
background-color: #AA038D;
}
</style>
border-color css
<style>
span { border-color: #AA038D; }
span { border-color: rgb(170,3,141); }
td.TdClassName
{
border-color: #AA038D;
}
.TagClassName
{
border-color: #AA038D;
}
</style>