Shades of Dark Magenta #AB0F9C
Tints of Dark Magenta #AB0F9C
RGB
CMYK
RGB Variations
Color information
#AB0F9C (or 0xAB0F9C) is known color: Dark Magenta. HEX triplet: AB, 0F and 9C. RGB value is (171,15,156). Sum of RGB (Red+Green+Blue) = 171+15+156=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0F9C is #54F063. Grayscale: #4D4D4D. Windows color (decimal): -5566564 or 10227627. OLE color: 10227627.
HSL color Cylindrical-coordinate representation of color #AB0F9C: hue angle of 305.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB0F9C is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 156 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.33 |
| HSL | 305.77º | 0.84% | 0.36% | - |
| HSV(B) | 305.77º | 0.91% | 0.67% | - |
| XYZ | 22.97 | 11.4 | 32.44 | - |
| YUV | 77.72 | 172.18 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 156 | 0 | 0.91 | 0.09 | 0.33 | 305.77 | 0.84 | 0.36 |
| Hex | AB | F | 9C | 0 | 5B | 9 | 21 | 132 | 54 | 24 |
| Octal | 253 | 17 | 234 | 0 | 133 | 11 | 41 | 462 | 124 | 44 |
| Binary | 10101011 | 1111 | 10011100 | 0 | 1011011 | 1001 | 100001 | 100110010 | 1010100 | 100100 |
Color Harmonies of #AB0F9C
Complementary color
Monochromatic Colors of #AB0F9C
Black with #AB0F9C
Text Example
Text Example
White with #AB0F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F9C; }
p { color: rgb(171,15,156); }
H1.HeaderClassName
{
color: #AB0F9C;
}
.AnyTagClassName
{
color: #AB0F9C;
}
</style>
background-color css
<style>
a { background-color: #AB0F9C; }
a { background-color: rgb(171,15,156); }
div.DivClassName
{
background-color: #AB0F9C;
}
.BgClassName
{
background-color: #AB0F9C;
}
</style>
border-color css
<style>
span { border-color: #AB0F9C; }
span { border-color: rgb(171,15,156); }
td.TdClassName
{
border-color: #AB0F9C;
}
.TagClassName
{
border-color: #AB0F9C;
}
</style>