Shades of Dark Magenta #AB0896
Tints of Dark Magenta #AB0896
RGB
CMYK
RGB Variations
Color information
#AB0896 (or 0xAB0896) is known color: Dark Magenta. HEX triplet: AB, 08 and 96. RGB value is (171,8,150). Sum of RGB (Red+Green+Blue) = 171+8+150=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0896 is #54F769. Grayscale: #484848. Windows color (decimal): -5568362 or 9832619. OLE color: 9832619.
HSL color Cylindrical-coordinate representation of color #AB0896: hue angle of 307.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0896 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 150 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.33 |
| HSL | 307.73º | 0.91% | 0.35% | - |
| HSV(B) | 307.73º | 0.95% | 0.67% | - |
| XYZ | 22.39 | 11.03 | 29.8 | - |
| YUV | 72.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 150 | 0 | 0.95 | 0.12 | 0.33 | 307.73 | 0.91 | 0.35 |
| Hex | AB | 8 | 96 | 0 | 5F | C | 21 | 134 | 5B | 23 |
| Octal | 253 | 10 | 226 | 0 | 137 | 14 | 41 | 464 | 133 | 43 |
| Binary | 10101011 | 1000 | 10010110 | 0 | 1011111 | 1100 | 100001 | 100110100 | 1011011 | 100011 |
Color Harmonies of #AB0896
Complementary color
Monochromatic Colors of #AB0896
Black with #AB0896
Text Example
Text Example
White with #AB0896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0896; }
p { color: rgb(171,8,150); }
H1.HeaderClassName
{
color: #AB0896;
}
.AnyTagClassName
{
color: #AB0896;
}
</style>
background-color css
<style>
a { background-color: #AB0896; }
a { background-color: rgb(171,8,150); }
div.DivClassName
{
background-color: #AB0896;
}
.BgClassName
{
background-color: #AB0896;
}
</style>
border-color css
<style>
span { border-color: #AB0896; }
span { border-color: rgb(171,8,150); }
td.TdClassName
{
border-color: #AB0896;
}
.TagClassName
{
border-color: #AB0896;
}
</style>