Shades of Dark Magenta #AB0394
Tints of Dark Magenta #AB0394
RGB
CMYK
RGB Variations
Color information
#AB0394 (or 0xAB0394) is known color: Dark Magenta. HEX triplet: AB, 03 and 94. RGB value is (171,3,148). Sum of RGB (Red+Green+Blue) = 171+3+148=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0394 is #54FC6B. Grayscale: #454545. Windows color (decimal): -5569644 or 9700267. OLE color: 9700267.
HSL color Cylindrical-coordinate representation of color #AB0394: hue angle of 308.21º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0394 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 148 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.33 |
| HSL | 308.21º | 0.97% | 0.34% | - |
| HSV(B) | 308.21º | 0.98% | 0.67% | - |
| XYZ | 22.17 | 10.86 | 28.94 | - |
| YUV | 69.76 | 172.16 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 148 | 0 | 0.98 | 0.13 | 0.33 | 308.21 | 0.97 | 0.34 |
| Hex | AB | 3 | 94 | 0 | 62 | D | 21 | 134 | 61 | 22 |
| Octal | 253 | 3 | 224 | 0 | 142 | 15 | 41 | 464 | 141 | 42 |
| Binary | 10101011 | 11 | 10010100 | 0 | 1100010 | 1101 | 100001 | 100110100 | 1100001 | 100010 |
Color Harmonies of #AB0394
Complementary color
Monochromatic Colors of #AB0394
Black with #AB0394
Text Example
Text Example
White with #AB0394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0394; }
p { color: rgb(171,3,148); }
H1.HeaderClassName
{
color: #AB0394;
}
.AnyTagClassName
{
color: #AB0394;
}
</style>
background-color css
<style>
a { background-color: #AB0394; }
a { background-color: rgb(171,3,148); }
div.DivClassName
{
background-color: #AB0394;
}
.BgClassName
{
background-color: #AB0394;
}
</style>
border-color css
<style>
span { border-color: #AB0394; }
span { border-color: rgb(171,3,148); }
td.TdClassName
{
border-color: #AB0394;
}
.TagClassName
{
border-color: #AB0394;
}
</style>