Shades of Deep Magenta #AB09AD
Tints of Deep Magenta #AB09AD
RGB
CMYK
RGB Variations
Color information
#AB09AD (or 0xAB09AD) is known color: Deep Magenta. HEX triplet: AB, 09 and AD. RGB value is (171,9,173). Sum of RGB (Red+Green+Blue) = 171+9+173=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB09AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB09AD is #54F652. Grayscale: #4B4B4B. Windows color (decimal): -5568083 or 11340203. OLE color: 11340203.
HSL color Cylindrical-coordinate representation of color #AB09AD: hue angle of 299.27º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB09AD is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 9 | 173 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.32 |
| HSL | 299.27º | 0.9% | 0.36% | - |
| HSV(B) | 299.27º | 0.95% | 0.68% | - |
| XYZ | 24.44 | 11.87 | 40.54 | - |
| YUV | 76.13 | 182.67 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 173 | 0.01 | 0.95 | 0 | 0.32 | 299.27 | 0.9 | 0.36 |
| Hex | AB | 9 | AD | 1 | 5F | 0 | 20 | 12B | 5A | 24 |
| Octal | 253 | 11 | 255 | 1 | 137 | 0 | 40 | 453 | 132 | 44 |
| Binary | 10101011 | 1001 | 10101101 | 1 | 1011111 | 0 | 100000 | 100101011 | 1011010 | 100100 |
Color Harmonies of #AB09AD
Complementary color
Monochromatic Colors of #AB09AD
Black with #AB09AD
Text Example
Text Example
White with #AB09AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB09AD; }
p { color: rgb(171,9,173); }
H1.HeaderClassName
{
color: #AB09AD;
}
.AnyTagClassName
{
color: #AB09AD;
}
</style>
background-color css
<style>
a { background-color: #AB09AD; }
a { background-color: rgb(171,9,173); }
div.DivClassName
{
background-color: #AB09AD;
}
.BgClassName
{
background-color: #AB09AD;
}
</style>
border-color css
<style>
span { border-color: #AB09AD; }
span { border-color: rgb(171,9,173); }
td.TdClassName
{
border-color: #AB09AD;
}
.TagClassName
{
border-color: #AB09AD;
}
</style>