Shades of Dark Magenta #AA03A8
Tints of Dark Magenta #AA03A8
RGB
CMYK
RGB Variations
Color information
#AA03A8 (or 0xAA03A8) is known color: Dark Magenta. HEX triplet: AA, 03 and A8. RGB value is (170,3,168). Sum of RGB (Red+Green+Blue) = 170+3+168=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 168 (66.02% from 255 or 49.27% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA03A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA03A8 is #55FC57. Grayscale: #474747. Windows color (decimal): -5635160 or 11010986. OLE color: 11010986.
HSL color Cylindrical-coordinate representation of color #AA03A8: hue angle of 300.72º 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 #AA03A8 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 168 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.33 |
| HSL | 300.72º | 0.97% | 0.34% | - |
| HSV(B) | 300.72º | 0.98% | 0.67% | - |
| XYZ | 23.68 | 11.44 | 38.01 | - |
| YUV | 71.74 | 182.33 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 168 | 0 | 0.98 | 0.01 | 0.33 | 300.72 | 0.97 | 0.34 |
| Hex | AA | 3 | A8 | 0 | 62 | 1 | 21 | 12D | 61 | 22 |
| Octal | 252 | 3 | 250 | 0 | 142 | 1 | 41 | 455 | 141 | 42 |
| Binary | 10101010 | 11 | 10101000 | 0 | 1100010 | 1 | 100001 | 100101101 | 1100001 | 100010 |
Color Harmonies of #AA03A8
Complementary color
Monochromatic Colors of #AA03A8
Black with #AA03A8
Text Example
Text Example
White with #AA03A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA03A8; }
p { color: rgb(170,3,168); }
H1.HeaderClassName
{
color: #AA03A8;
}
.AnyTagClassName
{
color: #AA03A8;
}
</style>
background-color css
<style>
a { background-color: #AA03A8; }
a { background-color: rgb(170,3,168); }
div.DivClassName
{
background-color: #AA03A8;
}
.BgClassName
{
background-color: #AA03A8;
}
</style>
border-color css
<style>
span { border-color: #AA03A8; }
span { border-color: rgb(170,3,168); }
td.TdClassName
{
border-color: #AA03A8;
}
.TagClassName
{
border-color: #AA03A8;
}
</style>