Shades of Dark Magenta #AA0388
Tints of Dark Magenta #AA0388
RGB
CMYK
RGB Variations
Color information
#AA0388 (or 0xAA0388) is known color: Dark Magenta. HEX triplet: AA, 03 and 88. RGB value is (170,3,136). Sum of RGB (Red+Green+Blue) = 170+3+136=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0388 is #55FC77. Grayscale: #434343. Windows color (decimal): -5635192 or 8913834. OLE color: 8913834.
HSL color Cylindrical-coordinate representation of color #AA0388: hue angle of 312.22º 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 #AA0388 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 136 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.33 |
| HSL | 312.22º | 0.97% | 0.34% | - |
| HSV(B) | 312.22º | 0.98% | 0.67% | - |
| XYZ | 21.05 | 10.39 | 24.19 | - |
| YUV | 68.1 | 166.33 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 136 | 0 | 0.98 | 0.20 | 0.33 | 312.22 | 0.97 | 0.34 |
| Hex | AA | 3 | 88 | 0 | 62 | 14 | 21 | 138 | 61 | 22 |
| Octal | 252 | 3 | 210 | 0 | 142 | 24 | 41 | 470 | 141 | 42 |
| Binary | 10101010 | 11 | 10001000 | 0 | 1100010 | 10100 | 100001 | 100111000 | 1100001 | 100010 |
Color Harmonies of #AA0388
Complementary color
Monochromatic Colors of #AA0388
Black with #AA0388
Text Example
Text Example
White with #AA0388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0388; }
p { color: rgb(170,3,136); }
H1.HeaderClassName
{
color: #AA0388;
}
.AnyTagClassName
{
color: #AA0388;
}
</style>
background-color css
<style>
a { background-color: #AA0388; }
a { background-color: rgb(170,3,136); }
div.DivClassName
{
background-color: #AA0388;
}
.BgClassName
{
background-color: #AA0388;
}
</style>
border-color css
<style>
span { border-color: #AA0388; }
span { border-color: rgb(170,3,136); }
td.TdClassName
{
border-color: #AA0388;
}
.TagClassName
{
border-color: #AA0388;
}
</style>