Shades of Dark Magenta #AB15A2
Tints of Dark Magenta #AB15A2
RGB
CMYK
RGB Variations
Color information
#AB15A2 (or 0xAB15A2) is known color: Dark Magenta. HEX triplet: AB, 15 and A2. RGB value is (171,21,162). Sum of RGB (Red+Green+Blue) = 171+21+162=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB15A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB15A2 is #54EA5D. Grayscale: #515151. Windows color (decimal): -5565022 or 10622379. OLE color: 10622379.
HSL color Cylindrical-coordinate representation of color #AB15A2: hue angle of 303.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 #AB15A2 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 162 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.33 |
| HSL | 303.6º | 0.78% | 0.38% | - |
| HSV(B) | 303.6º | 0.88% | 0.67% | - |
| XYZ | 23.58 | 11.8 | 35.22 | - |
| YUV | 81.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 162 | 0 | 0.88 | 0.05 | 0.33 | 303.6 | 0.78 | 0.38 |
| Hex | AB | 15 | A2 | 0 | 58 | 5 | 21 | 130 | 4E | 26 |
| Octal | 253 | 25 | 242 | 0 | 130 | 5 | 41 | 460 | 116 | 46 |
| Binary | 10101011 | 10101 | 10100010 | 0 | 1011000 | 101 | 100001 | 100110000 | 1001110 | 100110 |
Color Harmonies of #AB15A2
Complementary color
Monochromatic Colors of #AB15A2
Black with #AB15A2
Text Example
Text Example
White with #AB15A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15A2; }
p { color: rgb(171,21,162); }
H1.HeaderClassName
{
color: #AB15A2;
}
.AnyTagClassName
{
color: #AB15A2;
}
</style>
background-color css
<style>
a { background-color: #AB15A2; }
a { background-color: rgb(171,21,162); }
div.DivClassName
{
background-color: #AB15A2;
}
.BgClassName
{
background-color: #AB15A2;
}
</style>
border-color css
<style>
span { border-color: #AB15A2; }
span { border-color: rgb(171,21,162); }
td.TdClassName
{
border-color: #AB15A2;
}
.TagClassName
{
border-color: #AB15A2;
}
</style>