Shades of Dark Magenta #AB0392
Tints of Dark Magenta #AB0392
RGB
CMYK
RGB Variations
Color information
#AB0392 (or 0xAB0392) is known color: Dark Magenta. HEX triplet: AB, 03 and 92. RGB value is (171,3,146). Sum of RGB (Red+Green+Blue) = 171+3+146=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0392 is #54FC6D. Grayscale: #454545. Windows color (decimal): -5569646 or 9569195. OLE color: 9569195.
HSL color Cylindrical-coordinate representation of color #AB0392: hue angle of 308.93º 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 #AB0392 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 146 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.33 |
| HSL | 308.93º | 0.97% | 0.34% | - |
| HSV(B) | 308.93º | 0.98% | 0.67% | - |
| XYZ | 22.02 | 10.8 | 28.12 | - |
| YUV | 69.53 | 171.16 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 146 | 0 | 0.98 | 0.15 | 0.33 | 308.93 | 0.97 | 0.34 |
| Hex | AB | 3 | 92 | 0 | 62 | F | 21 | 135 | 61 | 22 |
| Octal | 253 | 3 | 222 | 0 | 142 | 17 | 41 | 465 | 141 | 42 |
| Binary | 10101011 | 11 | 10010010 | 0 | 1100010 | 1111 | 100001 | 100110101 | 1100001 | 100010 |
Color Harmonies of #AB0392
Complementary color
Monochromatic Colors of #AB0392
Black with #AB0392
Text Example
Text Example
White with #AB0392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0392; }
p { color: rgb(171,3,146); }
H1.HeaderClassName
{
color: #AB0392;
}
.AnyTagClassName
{
color: #AB0392;
}
</style>
background-color css
<style>
a { background-color: #AB0392; }
a { background-color: rgb(171,3,146); }
div.DivClassName
{
background-color: #AB0392;
}
.BgClassName
{
background-color: #AB0392;
}
</style>
border-color css
<style>
span { border-color: #AB0392; }
span { border-color: rgb(171,3,146); }
td.TdClassName
{
border-color: #AB0392;
}
.TagClassName
{
border-color: #AB0392;
}
</style>