Shades of Dark Magenta #AA08A6
Tints of Dark Magenta #AA08A6
RGB
CMYK
RGB Variations
Color information
#AA08A6 (or 0xAA08A6) is known color: Dark Magenta. HEX triplet: AA, 08 and A6. RGB value is (170,8,166). Sum of RGB (Red+Green+Blue) = 170+8+166=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 166 (65.23% from 255 or 48.26% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA08A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA08A6 is #55F759. Grayscale: #494949. Windows color (decimal): -5633882 or 10881194. OLE color: 10881194.
HSL color Cylindrical-coordinate representation of color #AA08A6: hue angle of 301.48º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA08A6 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 166 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.33 |
| HSL | 301.48º | 0.91% | 0.35% | - |
| HSV(B) | 301.48º | 0.95% | 0.67% | - |
| XYZ | 23.55 | 11.47 | 37.05 | - |
| YUV | 74.45 | 179.67 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 166 | 0 | 0.95 | 0.02 | 0.33 | 301.48 | 0.91 | 0.35 |
| Hex | AA | 8 | A6 | 0 | 5F | 2 | 21 | 12D | 5B | 23 |
| Octal | 252 | 10 | 246 | 0 | 137 | 2 | 41 | 455 | 133 | 43 |
| Binary | 10101010 | 1000 | 10100110 | 0 | 1011111 | 10 | 100001 | 100101101 | 1011011 | 100011 |
Color Harmonies of #AA08A6
Complementary color
Monochromatic Colors of #AA08A6
Black with #AA08A6
Text Example
Text Example
White with #AA08A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA08A6; }
p { color: rgb(170,8,166); }
H1.HeaderClassName
{
color: #AA08A6;
}
.AnyTagClassName
{
color: #AA08A6;
}
</style>
background-color css
<style>
a { background-color: #AA08A6; }
a { background-color: rgb(170,8,166); }
div.DivClassName
{
background-color: #AA08A6;
}
.BgClassName
{
background-color: #AA08A6;
}
</style>
border-color css
<style>
span { border-color: #AA08A6; }
span { border-color: rgb(170,8,166); }
td.TdClassName
{
border-color: #AA08A6;
}
.TagClassName
{
border-color: #AA08A6;
}
</style>