Shades of Dark Magenta #AA18A6
Tints of Dark Magenta #AA18A6
RGB
CMYK
RGB Variations
Color information
#AA18A6 (or 0xAA18A6) is known color: Dark Magenta. HEX triplet: AA, 18 and A6. RGB value is (170,24,166). Sum of RGB (Red+Green+Blue) = 170+24+166=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA18A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA18A6 is #55E759. Grayscale: #535353. Windows color (decimal): -5629786 or 10885290. OLE color: 10885290.
HSL color Cylindrical-coordinate representation of color #AA18A6: hue angle of 301.64º 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 #AA18A6 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 166 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.33 |
| HSL | 301.64º | 0.75% | 0.38% | - |
| HSV(B) | 301.64º | 0.86% | 0.67% | - |
| XYZ | 23.79 | 11.95 | 37.13 | - |
| YUV | 83.84 | 174.37 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 166 | 0 | 0.86 | 0.02 | 0.33 | 301.64 | 0.75 | 0.38 |
| Hex | AA | 18 | A6 | 0 | 56 | 2 | 21 | 12E | 4B | 26 |
| Octal | 252 | 30 | 246 | 0 | 126 | 2 | 41 | 456 | 113 | 46 |
| Binary | 10101010 | 11000 | 10100110 | 0 | 1010110 | 10 | 100001 | 100101110 | 1001011 | 100110 |
Color Harmonies of #AA18A6
Complementary color
Monochromatic Colors of #AA18A6
Black with #AA18A6
Text Example
Text Example
White with #AA18A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA18A6; }
p { color: rgb(170,24,166); }
H1.HeaderClassName
{
color: #AA18A6;
}
.AnyTagClassName
{
color: #AA18A6;
}
</style>
background-color css
<style>
a { background-color: #AA18A6; }
a { background-color: rgb(170,24,166); }
div.DivClassName
{
background-color: #AA18A6;
}
.BgClassName
{
background-color: #AA18A6;
}
</style>
border-color css
<style>
span { border-color: #AA18A6; }
span { border-color: rgb(170,24,166); }
td.TdClassName
{
border-color: #AA18A6;
}
.TagClassName
{
border-color: #AA18A6;
}
</style>