Shades of Dark Magenta #AA10A8
Tints of Dark Magenta #AA10A8
RGB
CMYK
RGB Variations
Color information
#AA10A8 (or 0xAA10A8) is known color: Dark Magenta. HEX triplet: AA, 10 and A8. RGB value is (170,16,168). Sum of RGB (Red+Green+Blue) = 170+16+168=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 168 (66.02% from 255 or 47.46% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA10A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA10A8 is #55EF57. Grayscale: #4E4E4E. Windows color (decimal): -5631832 or 11014314. OLE color: 11014314.
HSL color Cylindrical-coordinate representation of color #AA10A8: hue angle of 300.78º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA10A8 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 168 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.33 |
| HSL | 300.78º | 0.83% | 0.36% | - |
| HSV(B) | 300.78º | 0.91% | 0.67% | - |
| XYZ | 23.83 | 11.74 | 38.06 | - |
| YUV | 79.37 | 178.02 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 168 | 0 | 0.91 | 0.01 | 0.33 | 300.78 | 0.83 | 0.36 |
| Hex | AA | 10 | A8 | 0 | 5B | 1 | 21 | 12D | 53 | 24 |
| Octal | 252 | 20 | 250 | 0 | 133 | 1 | 41 | 455 | 123 | 44 |
| Binary | 10101010 | 10000 | 10101000 | 0 | 1011011 | 1 | 100001 | 100101101 | 1010011 | 100100 |
Color Harmonies of #AA10A8
Complementary color
Monochromatic Colors of #AA10A8
Black with #AA10A8
Text Example
Text Example
White with #AA10A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA10A8; }
p { color: rgb(170,16,168); }
H1.HeaderClassName
{
color: #AA10A8;
}
.AnyTagClassName
{
color: #AA10A8;
}
</style>
background-color css
<style>
a { background-color: #AA10A8; }
a { background-color: rgb(170,16,168); }
div.DivClassName
{
background-color: #AA10A8;
}
.BgClassName
{
background-color: #AA10A8;
}
</style>
border-color css
<style>
span { border-color: #AA10A8; }
span { border-color: rgb(170,16,168); }
td.TdClassName
{
border-color: #AA10A8;
}
.TagClassName
{
border-color: #AA10A8;
}
</style>