Shades of Dark Magenta #AA15AB
Tints of Dark Magenta #AA15AB
RGB
CMYK
RGB Variations
Color information
#AA15AB (or 0xAA15AB) is known color: Dark Magenta. HEX triplet: AA, 15 and AB. RGB value is (170,21,171). Sum of RGB (Red+Green+Blue) = 170+21+171=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA15AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA15AB is #55EA54. Grayscale: #525252. Windows color (decimal): -5630549 or 11212202. OLE color: 11212202.
HSL color Cylindrical-coordinate representation of color #AA15AB: hue angle of 299.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA15AB is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 171 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.33 |
| HSL | 299.6º | 0.78% | 0.38% | - |
| HSV(B) | 299.6º | 0.88% | 0.67% | - |
| XYZ | 24.2 | 12.02 | 39.57 | - |
| YUV | 82.65 | 177.86 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 171 | 0.01 | 0.88 | 0 | 0.33 | 299.6 | 0.78 | 0.38 |
| Hex | AA | 15 | AB | 1 | 58 | 0 | 21 | 12C | 4E | 26 |
| Octal | 252 | 25 | 253 | 1 | 130 | 0 | 41 | 454 | 116 | 46 |
| Binary | 10101010 | 10101 | 10101011 | 1 | 1011000 | 0 | 100001 | 100101100 | 1001110 | 100110 |
Color Harmonies of #AA15AB
Complementary color
Monochromatic Colors of #AA15AB
Black with #AA15AB
Text Example
Text Example
White with #AA15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15AB; }
p { color: rgb(170,21,171); }
H1.HeaderClassName
{
color: #AA15AB;
}
.AnyTagClassName
{
color: #AA15AB;
}
</style>
background-color css
<style>
a { background-color: #AA15AB; }
a { background-color: rgb(170,21,171); }
div.DivClassName
{
background-color: #AA15AB;
}
.BgClassName
{
background-color: #AA15AB;
}
</style>
border-color css
<style>
span { border-color: #AA15AB; }
span { border-color: rgb(170,21,171); }
td.TdClassName
{
border-color: #AA15AB;
}
.TagClassName
{
border-color: #AA15AB;
}
</style>