Shades of Dark Magenta #AB0DA5
Tints of Dark Magenta #AB0DA5
RGB
CMYK
RGB Variations
Color information
#AB0DA5 (or 0xAB0DA5) is known color: Dark Magenta. HEX triplet: AB, 0D and A5. RGB value is (171,13,165). Sum of RGB (Red+Green+Blue) = 171+13+165=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 165 (64.84% from 255 or 47.28% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0DA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0DA5 is #54F25A. Grayscale: #4D4D4D. Windows color (decimal): -5567067 or 10816939. OLE color: 10816939.
HSL color Cylindrical-coordinate representation of color #AB0DA5: hue angle of 302.28º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0DA5 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 13 | 165 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.33 |
| HSL | 302.28º | 0.86% | 0.36% | - |
| HSV(B) | 302.28º | 0.92% | 0.67% | - |
| XYZ | 23.73 | 11.66 | 36.6 | - |
| YUV | 77.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 165 | 0 | 0.92 | 0.04 | 0.33 | 302.28 | 0.86 | 0.36 |
| Hex | AB | D | A5 | 0 | 5C | 4 | 21 | 12E | 56 | 24 |
| Octal | 253 | 15 | 245 | 0 | 134 | 4 | 41 | 456 | 126 | 44 |
| Binary | 10101011 | 1101 | 10100101 | 0 | 1011100 | 100 | 100001 | 100101110 | 1010110 | 100100 |
Color Harmonies of #AB0DA5
Complementary color
Monochromatic Colors of #AB0DA5
Black with #AB0DA5
Text Example
Text Example
White with #AB0DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0DA5; }
p { color: rgb(171,13,165); }
H1.HeaderClassName
{
color: #AB0DA5;
}
.AnyTagClassName
{
color: #AB0DA5;
}
</style>
background-color css
<style>
a { background-color: #AB0DA5; }
a { background-color: rgb(171,13,165); }
div.DivClassName
{
background-color: #AB0DA5;
}
.BgClassName
{
background-color: #AB0DA5;
}
</style>
border-color css
<style>
span { border-color: #AB0DA5; }
span { border-color: rgb(171,13,165); }
td.TdClassName
{
border-color: #AB0DA5;
}
.TagClassName
{
border-color: #AB0DA5;
}
</style>