Shades of Dark Magenta #AB0093
Tints of Dark Magenta #AB0093
RGB
CMYK
RGB Variations
Color information
#AB0093 (or 0xAB0093) is known color: Dark Magenta. HEX triplet: AB, 00 and 93. RGB value is (171,0,147). Sum of RGB (Red+Green+Blue) = 171+0+147=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0093 is #54FF6C. Grayscale: #434343. Windows color (decimal): -5570413 or 9633963. OLE color: 9633963.
HSL color Cylindrical-coordinate representation of color #AB0093: hue angle of 308.42º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0093 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.14 | 0.33 |
| HSL | 308.42º | 1% | 0.34% | - |
| HSV(B) | 308.42º | 1% | 0.67% | - |
| XYZ | 22.06 | 10.76 | 28.52 | - |
| YUV | 67.89 | 172.65 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 147 | 0 | 1 | 0.14 | 0.33 | 308.42 | 1 | 0.34 |
| Hex | AB | 0 | 93 | 0 | 64 | E | 21 | 134 | 64 | 22 |
| Octal | 253 | 0 | 223 | 0 | 144 | 16 | 41 | 464 | 144 | 42 |
| Binary | 10101011 | 0 | 10010011 | 0 | 1100100 | 1110 | 100001 | 100110100 | 1100100 | 100010 |
Color Harmonies of #AB0093
Complementary color
Monochromatic Colors of #AB0093
Black with #AB0093
Text Example
Text Example
White with #AB0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0093; }
p { color: rgb(171,0,147); }
H1.HeaderClassName
{
color: #AB0093;
}
.AnyTagClassName
{
color: #AB0093;
}
</style>
background-color css
<style>
a { background-color: #AB0093; }
a { background-color: rgb(171,0,147); }
div.DivClassName
{
background-color: #AB0093;
}
.BgClassName
{
background-color: #AB0093;
}
</style>
border-color css
<style>
span { border-color: #AB0093; }
span { border-color: rgb(171,0,147); }
td.TdClassName
{
border-color: #AB0093;
}
.TagClassName
{
border-color: #AB0093;
}
</style>