Shades of Dark Magenta #AA18A8
Tints of Dark Magenta #AA18A8
RGB
CMYK
RGB Variations
Color information
#AA18A8 (or 0xAA18A8) is known color: Dark Magenta. HEX triplet: AA, 18 and A8. RGB value is (170,24,168). Sum of RGB (Red+Green+Blue) = 170+24+168=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA18A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA18A8 is #55E757. Grayscale: #535353. Windows color (decimal): -5629784 or 11016362. OLE color: 11016362.
HSL color Cylindrical-coordinate representation of color #AA18A8: hue angle of 300.82º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA18A8 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 168 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.33 |
| HSL | 300.82º | 0.75% | 0.38% | - |
| HSV(B) | 300.82º | 0.86% | 0.67% | - |
| XYZ | 23.97 | 12.03 | 38.1 | - |
| YUV | 84.07 | 175.37 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 168 | 0 | 0.86 | 0.01 | 0.33 | 300.82 | 0.75 | 0.38 |
| Hex | AA | 18 | A8 | 0 | 56 | 1 | 21 | 12D | 4B | 26 |
| Octal | 252 | 30 | 250 | 0 | 126 | 1 | 41 | 455 | 113 | 46 |
| Binary | 10101010 | 11000 | 10101000 | 0 | 1010110 | 1 | 100001 | 100101101 | 1001011 | 100110 |
Color Harmonies of #AA18A8
Complementary color
Monochromatic Colors of #AA18A8
Black with #AA18A8
Text Example
Text Example
White with #AA18A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA18A8; }
p { color: rgb(170,24,168); }
H1.HeaderClassName
{
color: #AA18A8;
}
.AnyTagClassName
{
color: #AA18A8;
}
</style>
background-color css
<style>
a { background-color: #AA18A8; }
a { background-color: rgb(170,24,168); }
div.DivClassName
{
background-color: #AA18A8;
}
.BgClassName
{
background-color: #AA18A8;
}
</style>
border-color css
<style>
span { border-color: #AA18A8; }
span { border-color: rgb(170,24,168); }
td.TdClassName
{
border-color: #AA18A8;
}
.TagClassName
{
border-color: #AA18A8;
}
</style>