Shades of Deep Magenta #AB09BA
Tints of Deep Magenta #AB09BA
RGB
CMYK
RGB Variations
Color information
#AB09BA (or 0xAB09BA) is known color: Deep Magenta. HEX triplet: AB, 09 and BA. RGB value is (171,9,186). Sum of RGB (Red+Green+Blue) = 171+9+186=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB09BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB09BA is #54F645. Grayscale: #4D4D4D. Windows color (decimal): -5568070 or 12192171. OLE color: 12192171.
HSL color Cylindrical-coordinate representation of color #AB09BA: hue angle of 294.92º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB09BA is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 9 | 186 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.27 |
| HSL | 294.92º | 0.91% | 0.38% | - |
| HSV(B) | 294.92º | 0.95% | 0.73% | - |
| XYZ | 25.76 | 12.4 | 47.49 | - |
| YUV | 77.62 | 189.17 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 186 | 0.08 | 0.95 | 0 | 0.27 | 294.92 | 0.91 | 0.38 |
| Hex | AB | 9 | BA | 8 | 5F | 0 | 1B | 127 | 5B | 26 |
| Octal | 253 | 11 | 272 | 10 | 137 | 0 | 33 | 447 | 133 | 46 |
| Binary | 10101011 | 1001 | 10111010 | 1000 | 1011111 | 0 | 11011 | 100100111 | 1011011 | 100110 |
Color Harmonies of #AB09BA
Complementary color
Monochromatic Colors of #AB09BA
Black with #AB09BA
Text Example
Text Example
White with #AB09BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB09BA; }
p { color: rgb(171,9,186); }
H1.HeaderClassName
{
color: #AB09BA;
}
.AnyTagClassName
{
color: #AB09BA;
}
</style>
background-color css
<style>
a { background-color: #AB09BA; }
a { background-color: rgb(171,9,186); }
div.DivClassName
{
background-color: #AB09BA;
}
.BgClassName
{
background-color: #AB09BA;
}
</style>
border-color css
<style>
span { border-color: #AB09BA; }
span { border-color: rgb(171,9,186); }
td.TdClassName
{
border-color: #AB09BA;
}
.TagClassName
{
border-color: #AB09BA;
}
</style>