Shades of Dark Magenta #AB0397
Tints of Dark Magenta #AB0397
RGB
CMYK
RGB Variations
Color information
#AB0397 (or 0xAB0397) is known color: Dark Magenta. HEX triplet: AB, 03 and 97. RGB value is (171,3,151). Sum of RGB (Red+Green+Blue) = 171+3+151=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0397 is #54FC68. Grayscale: #454545. Windows color (decimal): -5569641 or 9896875. OLE color: 9896875.
HSL color Cylindrical-coordinate representation of color #AB0397: hue angle of 307.14º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0397 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 151 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.33 |
| HSL | 307.14º | 0.97% | 0.34% | - |
| HSV(B) | 307.14º | 0.98% | 0.67% | - |
| XYZ | 22.41 | 10.96 | 30.21 | - |
| YUV | 70.1 | 173.66 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 151 | 0 | 0.98 | 0.12 | 0.33 | 307.14 | 0.97 | 0.34 |
| Hex | AB | 3 | 97 | 0 | 62 | C | 21 | 133 | 61 | 22 |
| Octal | 253 | 3 | 227 | 0 | 142 | 14 | 41 | 463 | 141 | 42 |
| Binary | 10101011 | 11 | 10010111 | 0 | 1100010 | 1100 | 100001 | 100110011 | 1100001 | 100010 |
Color Harmonies of #AB0397
Complementary color
Monochromatic Colors of #AB0397
Black with #AB0397
Text Example
Text Example
White with #AB0397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0397; }
p { color: rgb(171,3,151); }
H1.HeaderClassName
{
color: #AB0397;
}
.AnyTagClassName
{
color: #AB0397;
}
</style>
background-color css
<style>
a { background-color: #AB0397; }
a { background-color: rgb(171,3,151); }
div.DivClassName
{
background-color: #AB0397;
}
.BgClassName
{
background-color: #AB0397;
}
</style>
border-color css
<style>
span { border-color: #AB0397; }
span { border-color: rgb(171,3,151); }
td.TdClassName
{
border-color: #AB0397;
}
.TagClassName
{
border-color: #AB0397;
}
</style>