Shades of Dark Magenta #AB0793
Tints of Dark Magenta #AB0793
RGB
CMYK
RGB Variations
Color information
#AB0793 (or 0xAB0793) is known color: Dark Magenta. HEX triplet: AB, 07 and 93. RGB value is (171,7,147). Sum of RGB (Red+Green+Blue) = 171+7+147=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0793 is #54F86C. Grayscale: #474747. Windows color (decimal): -5568621 or 9635755. OLE color: 9635755.
HSL color Cylindrical-coordinate representation of color #AB0793: hue angle of 308.78º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0793 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 147 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.33 |
| HSL | 308.78º | 0.92% | 0.35% | - |
| HSV(B) | 308.78º | 0.96% | 0.67% | - |
| XYZ | 22.14 | 10.92 | 28.54 | - |
| YUV | 72 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 147 | 0 | 0.96 | 0.14 | 0.33 | 308.78 | 0.92 | 0.35 |
| Hex | AB | 7 | 93 | 0 | 60 | E | 21 | 135 | 5C | 23 |
| Octal | 253 | 7 | 223 | 0 | 140 | 16 | 41 | 465 | 134 | 43 |
| Binary | 10101011 | 111 | 10010011 | 0 | 1100000 | 1110 | 100001 | 100110101 | 1011100 | 100011 |
Color Harmonies of #AB0793
Complementary color
Monochromatic Colors of #AB0793
Black with #AB0793
Text Example
Text Example
White with #AB0793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0793; }
p { color: rgb(171,7,147); }
H1.HeaderClassName
{
color: #AB0793;
}
.AnyTagClassName
{
color: #AB0793;
}
</style>
background-color css
<style>
a { background-color: #AB0793; }
a { background-color: rgb(171,7,147); }
div.DivClassName
{
background-color: #AB0793;
}
.BgClassName
{
background-color: #AB0793;
}
</style>
border-color css
<style>
span { border-color: #AB0793; }
span { border-color: rgb(171,7,147); }
td.TdClassName
{
border-color: #AB0793;
}
.TagClassName
{
border-color: #AB0793;
}
</style>