Shades of Dark Magenta #AB0C97
Tints of Dark Magenta #AB0C97
RGB
CMYK
RGB Variations
Color information
#AB0C97 (or 0xAB0C97) is known color: Dark Magenta. HEX triplet: AB, 0C and 97. RGB value is (171,12,151). Sum of RGB (Red+Green+Blue) = 171+12+151=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0C97 is #54F368. Grayscale: #4A4A4A. Windows color (decimal): -5567337 or 9899179. OLE color: 9899179.
HSL color Cylindrical-coordinate representation of color #AB0C97: hue angle of 307.55º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0C97 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 12 | 151 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.33 |
| HSL | 307.55º | 0.87% | 0.36% | - |
| HSV(B) | 307.55º | 0.93% | 0.67% | - |
| XYZ | 22.51 | 11.16 | 30.24 | - |
| YUV | 75.39 | 170.68 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 151 | 0 | 0.93 | 0.12 | 0.33 | 307.55 | 0.87 | 0.36 |
| Hex | AB | C | 97 | 0 | 5D | C | 21 | 134 | 57 | 24 |
| Octal | 253 | 14 | 227 | 0 | 135 | 14 | 41 | 464 | 127 | 44 |
| Binary | 10101011 | 1100 | 10010111 | 0 | 1011101 | 1100 | 100001 | 100110100 | 1010111 | 100100 |
Color Harmonies of #AB0C97
Complementary color
Monochromatic Colors of #AB0C97
Black with #AB0C97
Text Example
Text Example
White with #AB0C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0C97; }
p { color: rgb(171,12,151); }
H1.HeaderClassName
{
color: #AB0C97;
}
.AnyTagClassName
{
color: #AB0C97;
}
</style>
background-color css
<style>
a { background-color: #AB0C97; }
a { background-color: rgb(171,12,151); }
div.DivClassName
{
background-color: #AB0C97;
}
.BgClassName
{
background-color: #AB0C97;
}
</style>
border-color css
<style>
span { border-color: #AB0C97; }
span { border-color: rgb(171,12,151); }
td.TdClassName
{
border-color: #AB0C97;
}
.TagClassName
{
border-color: #AB0C97;
}
</style>