Shades of Dark Magenta #AB0095
Tints of Dark Magenta #AB0095
RGB
CMYK
RGB Variations
Color information
#AB0095 (or 0xAB0095) is known color: Dark Magenta. HEX triplet: AB, 00 and 95. RGB value is (171,0,149). Sum of RGB (Red+Green+Blue) = 171+0+149=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0095 is #54FF6A. Grayscale: #434343. Windows color (decimal): -5570411 or 9765035. OLE color: 9765035.
HSL color Cylindrical-coordinate representation of color #AB0095: hue angle of 307.72º 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 #AB0095 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.13 | 0.33 |
| HSL | 307.72º | 1% | 0.34% | - |
| HSV(B) | 307.72º | 1% | 0.67% | - |
| XYZ | 22.22 | 10.83 | 29.35 | - |
| YUV | 68.12 | 173.65 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 149 | 0 | 1 | 0.13 | 0.33 | 307.72 | 1 | 0.34 |
| Hex | AB | 0 | 95 | 0 | 64 | D | 21 | 134 | 64 | 22 |
| Octal | 253 | 0 | 225 | 0 | 144 | 15 | 41 | 464 | 144 | 42 |
| Binary | 10101011 | 0 | 10010101 | 0 | 1100100 | 1101 | 100001 | 100110100 | 1100100 | 100010 |
Color Harmonies of #AB0095
Complementary color
Monochromatic Colors of #AB0095
Black with #AB0095
Text Example
Text Example
White with #AB0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0095; }
p { color: rgb(171,0,149); }
H1.HeaderClassName
{
color: #AB0095;
}
.AnyTagClassName
{
color: #AB0095;
}
</style>
background-color css
<style>
a { background-color: #AB0095; }
a { background-color: rgb(171,0,149); }
div.DivClassName
{
background-color: #AB0095;
}
.BgClassName
{
background-color: #AB0095;
}
</style>
border-color css
<style>
span { border-color: #AB0095; }
span { border-color: rgb(171,0,149); }
td.TdClassName
{
border-color: #AB0095;
}
.TagClassName
{
border-color: #AB0095;
}
</style>