Shades of Dark Magenta #AB0396
Tints of Dark Magenta #AB0396
RGB
CMYK
RGB Variations
Color information
#AB0396 (or 0xAB0396) is known color: Dark Magenta. HEX triplet: AB, 03 and 96. RGB value is (171,3,150). Sum of RGB (Red+Green+Blue) = 171+3+150=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0396 is #54FC69. Grayscale: #454545. Windows color (decimal): -5569642 or 9831339. OLE color: 9831339.
HSL color Cylindrical-coordinate representation of color #AB0396: hue angle of 307.5º 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 #AB0396 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 150 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.33 |
| HSL | 307.5º | 0.97% | 0.34% | - |
| HSV(B) | 307.5º | 0.98% | 0.67% | - |
| XYZ | 22.33 | 10.93 | 29.79 | - |
| YUV | 69.99 | 173.16 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 150 | 0 | 0.98 | 0.12 | 0.33 | 307.5 | 0.97 | 0.34 |
| Hex | AB | 3 | 96 | 0 | 62 | C | 21 | 134 | 61 | 22 |
| Octal | 253 | 3 | 226 | 0 | 142 | 14 | 41 | 464 | 141 | 42 |
| Binary | 10101011 | 11 | 10010110 | 0 | 1100010 | 1100 | 100001 | 100110100 | 1100001 | 100010 |
Color Harmonies of #AB0396
Complementary color
Monochromatic Colors of #AB0396
Black with #AB0396
Text Example
Text Example
White with #AB0396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0396; }
p { color: rgb(171,3,150); }
H1.HeaderClassName
{
color: #AB0396;
}
.AnyTagClassName
{
color: #AB0396;
}
</style>
background-color css
<style>
a { background-color: #AB0396; }
a { background-color: rgb(171,3,150); }
div.DivClassName
{
background-color: #AB0396;
}
.BgClassName
{
background-color: #AB0396;
}
</style>
border-color css
<style>
span { border-color: #AB0396; }
span { border-color: rgb(171,3,150); }
td.TdClassName
{
border-color: #AB0396;
}
.TagClassName
{
border-color: #AB0396;
}
</style>