Shades of Dark Magenta #AB08A6
Tints of Dark Magenta #AB08A6
RGB
CMYK
RGB Variations
Color information
#AB08A6 (or 0xAB08A6) is known color: Dark Magenta. HEX triplet: AB, 08 and A6. RGB value is (171,8,166). Sum of RGB (Red+Green+Blue) = 171+8+166=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB08A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB08A6 is #54F759. Grayscale: #4A4A4A. Windows color (decimal): -5568346 or 10881195. OLE color: 10881195.
HSL color Cylindrical-coordinate representation of color #AB08A6: hue angle of 301.84º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB08A6 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 166 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.33 |
| HSL | 301.84º | 0.91% | 0.35% | - |
| HSV(B) | 301.84º | 0.95% | 0.67% | - |
| XYZ | 23.76 | 11.58 | 37.06 | - |
| YUV | 74.75 | 179.5 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 166 | 0 | 0.95 | 0.03 | 0.33 | 301.84 | 0.91 | 0.35 |
| Hex | AB | 8 | A6 | 0 | 5F | 3 | 21 | 12E | 5B | 23 |
| Octal | 253 | 10 | 246 | 0 | 137 | 3 | 41 | 456 | 133 | 43 |
| Binary | 10101011 | 1000 | 10100110 | 0 | 1011111 | 11 | 100001 | 100101110 | 1011011 | 100011 |
Color Harmonies of #AB08A6
Complementary color
Monochromatic Colors of #AB08A6
Black with #AB08A6
Text Example
Text Example
White with #AB08A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB08A6; }
p { color: rgb(171,8,166); }
H1.HeaderClassName
{
color: #AB08A6;
}
.AnyTagClassName
{
color: #AB08A6;
}
</style>
background-color css
<style>
a { background-color: #AB08A6; }
a { background-color: rgb(171,8,166); }
div.DivClassName
{
background-color: #AB08A6;
}
.BgClassName
{
background-color: #AB08A6;
}
</style>
border-color css
<style>
span { border-color: #AB08A6; }
span { border-color: rgb(171,8,166); }
td.TdClassName
{
border-color: #AB08A6;
}
.TagClassName
{
border-color: #AB08A6;
}
</style>