Shades of Deep Magenta #AB07AD
Tints of Deep Magenta #AB07AD
RGB
CMYK
RGB Variations
Color information
#AB07AD (or 0xAB07AD) is known color: Deep Magenta. HEX triplet: AB, 07 and AD. RGB value is (171,7,173). Sum of RGB (Red+Green+Blue) = 171+7+173=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB07AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB07AD is #54F852. Grayscale: #4A4A4A. Windows color (decimal): -5568595 or 11339691. OLE color: 11339691.
HSL color Cylindrical-coordinate representation of color #AB07AD: hue angle of 299.28º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB07AD is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 7 | 173 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.32 |
| HSL | 299.28º | 0.92% | 0.35% | - |
| HSV(B) | 299.28º | 0.96% | 0.68% | - |
| XYZ | 24.41 | 11.83 | 40.53 | - |
| YUV | 74.96 | 183.33 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 173 | 0.01 | 0.96 | 0 | 0.32 | 299.28 | 0.92 | 0.35 |
| Hex | AB | 7 | AD | 1 | 60 | 0 | 20 | 12B | 5C | 23 |
| Octal | 253 | 7 | 255 | 1 | 140 | 0 | 40 | 453 | 134 | 43 |
| Binary | 10101011 | 111 | 10101101 | 1 | 1100000 | 0 | 100000 | 100101011 | 1011100 | 100011 |
Color Harmonies of #AB07AD
Complementary color
Monochromatic Colors of #AB07AD
Black with #AB07AD
Text Example
Text Example
White with #AB07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07AD; }
p { color: rgb(171,7,173); }
H1.HeaderClassName
{
color: #AB07AD;
}
.AnyTagClassName
{
color: #AB07AD;
}
</style>
background-color css
<style>
a { background-color: #AB07AD; }
a { background-color: rgb(171,7,173); }
div.DivClassName
{
background-color: #AB07AD;
}
.BgClassName
{
background-color: #AB07AD;
}
</style>
border-color css
<style>
span { border-color: #AB07AD; }
span { border-color: rgb(171,7,173); }
td.TdClassName
{
border-color: #AB07AD;
}
.TagClassName
{
border-color: #AB07AD;
}
</style>