Shades of Dark Magenta #AA06A8
Tints of Dark Magenta #AA06A8
RGB
CMYK
RGB Variations
Color information
#AA06A8 (or 0xAA06A8) is known color: Dark Magenta. HEX triplet: AA, 06 and A8. RGB value is (170,6,168). Sum of RGB (Red+Green+Blue) = 170+6+168=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA06A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA06A8 is #55F957. Grayscale: #494949. Windows color (decimal): -5634392 or 11011754. OLE color: 11011754.
HSL color Cylindrical-coordinate representation of color #AA06A8: hue angle of 300.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA06A8 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 168 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.33 |
| HSL | 300.73º | 0.93% | 0.35% | - |
| HSV(B) | 300.73º | 0.96% | 0.67% | - |
| XYZ | 23.71 | 11.5 | 38.02 | - |
| YUV | 73.5 | 181.33 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 168 | 0 | 0.96 | 0.01 | 0.33 | 300.73 | 0.93 | 0.35 |
| Hex | AA | 6 | A8 | 0 | 60 | 1 | 21 | 12D | 5D | 23 |
| Octal | 252 | 6 | 250 | 0 | 140 | 1 | 41 | 455 | 135 | 43 |
| Binary | 10101010 | 110 | 10101000 | 0 | 1100000 | 1 | 100001 | 100101101 | 1011101 | 100011 |
Color Harmonies of #AA06A8
Complementary color
Monochromatic Colors of #AA06A8
Black with #AA06A8
Text Example
Text Example
White with #AA06A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA06A8; }
p { color: rgb(170,6,168); }
H1.HeaderClassName
{
color: #AA06A8;
}
.AnyTagClassName
{
color: #AA06A8;
}
</style>
background-color css
<style>
a { background-color: #AA06A8; }
a { background-color: rgb(170,6,168); }
div.DivClassName
{
background-color: #AA06A8;
}
.BgClassName
{
background-color: #AA06A8;
}
</style>
border-color css
<style>
span { border-color: #AA06A8; }
span { border-color: rgb(170,6,168); }
td.TdClassName
{
border-color: #AA06A8;
}
.TagClassName
{
border-color: #AA06A8;
}
</style>