Shades of Dark Magenta #AB0195
Tints of Dark Magenta #AB0195
RGB
CMYK
RGB Variations
Color information
#AB0195 (or 0xAB0195) is known color: Dark Magenta. HEX triplet: AB, 01 and 95. RGB value is (171,1,149). Sum of RGB (Red+Green+Blue) = 171+1+149=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0195 is #54FE6A. Grayscale: #444444. Windows color (decimal): -5570155 or 9765291. OLE color: 9765291.
HSL color Cylindrical-coordinate representation of color #AB0195: hue angle of 307.76º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0195 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 149 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.33 |
| HSL | 307.76º | 0.99% | 0.34% | - |
| HSV(B) | 307.76º | 0.99% | 0.67% | - |
| XYZ | 22.23 | 10.85 | 29.36 | - |
| YUV | 68.7 | 173.32 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 149 | 0 | 0.99 | 0.13 | 0.33 | 307.76 | 0.99 | 0.34 |
| Hex | AB | 1 | 95 | 0 | 63 | D | 21 | 134 | 63 | 22 |
| Octal | 253 | 1 | 225 | 0 | 143 | 15 | 41 | 464 | 143 | 42 |
| Binary | 10101011 | 1 | 10010101 | 0 | 1100011 | 1101 | 100001 | 100110100 | 1100011 | 100010 |
Color Harmonies of #AB0195
Complementary color
Monochromatic Colors of #AB0195
Black with #AB0195
Text Example
Text Example
White with #AB0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0195; }
p { color: rgb(171,1,149); }
H1.HeaderClassName
{
color: #AB0195;
}
.AnyTagClassName
{
color: #AB0195;
}
</style>
background-color css
<style>
a { background-color: #AB0195; }
a { background-color: rgb(171,1,149); }
div.DivClassName
{
background-color: #AB0195;
}
.BgClassName
{
background-color: #AB0195;
}
</style>
border-color css
<style>
span { border-color: #AB0195; }
span { border-color: rgb(171,1,149); }
td.TdClassName
{
border-color: #AB0195;
}
.TagClassName
{
border-color: #AB0195;
}
</style>