Shades of Dark Magenta #AB0097
Tints of Dark Magenta #AB0097
RGB
CMYK
RGB Variations
Color information
#AB0097 (or 0xAB0097) is known color: Dark Magenta. HEX triplet: AB, 00 and 97. RGB value is (171,0,151). Sum of RGB (Red+Green+Blue) = 171+0+151=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0097 is #54FF68. Grayscale: #434343. Windows color (decimal): -5570409 or 9896107. OLE color: 9896107.
HSL color Cylindrical-coordinate representation of color #AB0097: hue angle of 307.02º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0097 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.12 | 0.33 |
| HSL | 307.02º | 1% | 0.34% | - |
| HSV(B) | 307.02º | 1% | 0.67% | - |
| XYZ | 22.38 | 10.89 | 30.2 | - |
| YUV | 68.34 | 174.65 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 151 | 0 | 1 | 0.12 | 0.33 | 307.02 | 1 | 0.34 |
| Hex | AB | 0 | 97 | 0 | 64 | C | 21 | 133 | 64 | 22 |
| Octal | 253 | 0 | 227 | 0 | 144 | 14 | 41 | 463 | 144 | 42 |
| Binary | 10101011 | 0 | 10010111 | 0 | 1100100 | 1100 | 100001 | 100110011 | 1100100 | 100010 |
Color Harmonies of #AB0097
Complementary color
Monochromatic Colors of #AB0097
Black with #AB0097
Text Example
Text Example
White with #AB0097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0097; }
p { color: rgb(171,0,151); }
H1.HeaderClassName
{
color: #AB0097;
}
.AnyTagClassName
{
color: #AB0097;
}
</style>
background-color css
<style>
a { background-color: #AB0097; }
a { background-color: rgb(171,0,151); }
div.DivClassName
{
background-color: #AB0097;
}
.BgClassName
{
background-color: #AB0097;
}
</style>
border-color css
<style>
span { border-color: #AB0097; }
span { border-color: rgb(171,0,151); }
td.TdClassName
{
border-color: #AB0097;
}
.TagClassName
{
border-color: #AB0097;
}
</style>