Shades of Dark Magenta #AB0194
Tints of Dark Magenta #AB0194
RGB
CMYK
RGB Variations
Color information
#AB0194 (or 0xAB0194) is known color: Dark Magenta. HEX triplet: AB, 01 and 94. RGB value is (171,1,148). Sum of RGB (Red+Green+Blue) = 171+1+148=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0194 is #54FE6B. Grayscale: #444444. Windows color (decimal): -5570156 or 9699755. OLE color: 9699755.
HSL color Cylindrical-coordinate representation of color #AB0194: hue angle of 308.12º 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 #AB0194 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 148 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.33 |
| HSL | 308.12º | 0.99% | 0.34% | - |
| HSV(B) | 308.12º | 0.99% | 0.67% | - |
| XYZ | 22.15 | 10.82 | 28.94 | - |
| YUV | 68.59 | 172.82 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 148 | 0 | 0.99 | 0.13 | 0.33 | 308.12 | 0.99 | 0.34 |
| Hex | AB | 1 | 94 | 0 | 63 | D | 21 | 134 | 63 | 22 |
| Octal | 253 | 1 | 224 | 0 | 143 | 15 | 41 | 464 | 143 | 42 |
| Binary | 10101011 | 1 | 10010100 | 0 | 1100011 | 1101 | 100001 | 100110100 | 1100011 | 100010 |
Color Harmonies of #AB0194
Complementary color
Monochromatic Colors of #AB0194
Black with #AB0194
Text Example
Text Example
White with #AB0194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0194; }
p { color: rgb(171,1,148); }
H1.HeaderClassName
{
color: #AB0194;
}
.AnyTagClassName
{
color: #AB0194;
}
</style>
background-color css
<style>
a { background-color: #AB0194; }
a { background-color: rgb(171,1,148); }
div.DivClassName
{
background-color: #AB0194;
}
.BgClassName
{
background-color: #AB0194;
}
</style>
border-color css
<style>
span { border-color: #AB0194; }
span { border-color: rgb(171,1,148); }
td.TdClassName
{
border-color: #AB0194;
}
.TagClassName
{
border-color: #AB0194;
}
</style>