Shades of Deep Magenta #AB08BA
Tints of Deep Magenta #AB08BA
RGB
CMYK
RGB Variations
Color information
#AB08BA (or 0xAB08BA) is known color: Deep Magenta. HEX triplet: AB, 08 and BA. RGB value is (171,8,186). Sum of RGB (Red+Green+Blue) = 171+8+186=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB08BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB08BA is #54F745. Grayscale: #4C4C4C. Windows color (decimal): -5568326 or 12191915. OLE color: 12191915.
HSL color Cylindrical-coordinate representation of color #AB08BA: hue angle of 294.94º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB08BA is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 8 | 186 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.27 |
| HSL | 294.94º | 0.92% | 0.38% | - |
| HSV(B) | 294.94º | 0.96% | 0.73% | - |
| XYZ | 25.74 | 12.38 | 47.49 | - |
| YUV | 77.03 | 189.5 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 186 | 0.08 | 0.96 | 0 | 0.27 | 294.94 | 0.92 | 0.38 |
| Hex | AB | 8 | BA | 8 | 60 | 0 | 1B | 127 | 5C | 26 |
| Octal | 253 | 10 | 272 | 10 | 140 | 0 | 33 | 447 | 134 | 46 |
| Binary | 10101011 | 1000 | 10111010 | 1000 | 1100000 | 0 | 11011 | 100100111 | 1011100 | 100110 |
Color Harmonies of #AB08BA
Complementary color
Monochromatic Colors of #AB08BA
Black with #AB08BA
Text Example
Text Example
White with #AB08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB08BA; }
p { color: rgb(171,8,186); }
H1.HeaderClassName
{
color: #AB08BA;
}
.AnyTagClassName
{
color: #AB08BA;
}
</style>
background-color css
<style>
a { background-color: #AB08BA; }
a { background-color: rgb(171,8,186); }
div.DivClassName
{
background-color: #AB08BA;
}
.BgClassName
{
background-color: #AB08BA;
}
</style>
border-color css
<style>
span { border-color: #AB08BA; }
span { border-color: rgb(171,8,186); }
td.TdClassName
{
border-color: #AB08BA;
}
.TagClassName
{
border-color: #AB08BA;
}
</style>