Shades of Dark Magenta #AA08A8
Tints of Dark Magenta #AA08A8
RGB
CMYK
RGB Variations
Color information
#AA08A8 (or 0xAA08A8) is known color: Dark Magenta. HEX triplet: AA, 08 and A8. RGB value is (170,8,168). Sum of RGB (Red+Green+Blue) = 170+8+168=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 168 (66.02% from 255 or 48.55% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA08A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA08A8 is #55F757. Grayscale: #4A4A4A. Windows color (decimal): -5633880 or 11012266. OLE color: 11012266.
HSL color Cylindrical-coordinate representation of color #AA08A8: hue angle of 300.74º 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 #AA08A8 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 168 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.33 |
| HSL | 300.74º | 0.91% | 0.35% | - |
| HSV(B) | 300.74º | 0.95% | 0.67% | - |
| XYZ | 23.73 | 11.55 | 38.02 | - |
| YUV | 74.68 | 180.67 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 168 | 0 | 0.95 | 0.01 | 0.33 | 300.74 | 0.91 | 0.35 |
| Hex | AA | 8 | A8 | 0 | 5F | 1 | 21 | 12D | 5B | 23 |
| Octal | 252 | 10 | 250 | 0 | 137 | 1 | 41 | 455 | 133 | 43 |
| Binary | 10101010 | 1000 | 10101000 | 0 | 1011111 | 1 | 100001 | 100101101 | 1011011 | 100011 |
Color Harmonies of #AA08A8
Complementary color
Monochromatic Colors of #AA08A8
Black with #AA08A8
Text Example
Text Example
White with #AA08A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA08A8; }
p { color: rgb(170,8,168); }
H1.HeaderClassName
{
color: #AA08A8;
}
.AnyTagClassName
{
color: #AA08A8;
}
</style>
background-color css
<style>
a { background-color: #AA08A8; }
a { background-color: rgb(170,8,168); }
div.DivClassName
{
background-color: #AA08A8;
}
.BgClassName
{
background-color: #AA08A8;
}
</style>
border-color css
<style>
span { border-color: #AA08A8; }
span { border-color: rgb(170,8,168); }
td.TdClassName
{
border-color: #AA08A8;
}
.TagClassName
{
border-color: #AA08A8;
}
</style>