Shades of Dark Magenta #AB07A6
Tints of Dark Magenta #AB07A6
RGB
CMYK
RGB Variations
Color information
#AB07A6 (or 0xAB07A6) is known color: Dark Magenta. HEX triplet: AB, 07 and A6. RGB value is (171,7,166). Sum of RGB (Red+Green+Blue) = 171+7+166=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 166 (65.23% from 255 or 48.26% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB07A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB07A6 is #54F859. Grayscale: #494949. Windows color (decimal): -5568602 or 10880939. OLE color: 10880939.
HSL color Cylindrical-coordinate representation of color #AB07A6: hue angle of 301.83º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB07A6 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 166 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.33 |
| HSL | 301.83º | 0.92% | 0.35% | - |
| HSV(B) | 301.83º | 0.96% | 0.67% | - |
| XYZ | 23.75 | 11.56 | 37.06 | - |
| YUV | 74.16 | 179.83 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 166 | 0 | 0.96 | 0.03 | 0.33 | 301.83 | 0.92 | 0.35 |
| Hex | AB | 7 | A6 | 0 | 60 | 3 | 21 | 12E | 5C | 23 |
| Octal | 253 | 7 | 246 | 0 | 140 | 3 | 41 | 456 | 134 | 43 |
| Binary | 10101011 | 111 | 10100110 | 0 | 1100000 | 11 | 100001 | 100101110 | 1011100 | 100011 |
Color Harmonies of #AB07A6
Complementary color
Monochromatic Colors of #AB07A6
Black with #AB07A6
Text Example
Text Example
White with #AB07A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07A6; }
p { color: rgb(171,7,166); }
H1.HeaderClassName
{
color: #AB07A6;
}
.AnyTagClassName
{
color: #AB07A6;
}
</style>
background-color css
<style>
a { background-color: #AB07A6; }
a { background-color: rgb(171,7,166); }
div.DivClassName
{
background-color: #AB07A6;
}
.BgClassName
{
background-color: #AB07A6;
}
</style>
border-color css
<style>
span { border-color: #AB07A6; }
span { border-color: rgb(171,7,166); }
td.TdClassName
{
border-color: #AB07A6;
}
.TagClassName
{
border-color: #AB07A6;
}
</style>