Shades of Dark Magenta #AB07A2
Tints of Dark Magenta #AB07A2
RGB
CMYK
RGB Variations
Color information
#AB07A2 (or 0xAB07A2) is known color: Dark Magenta. HEX triplet: AB, 07 and A2. RGB value is (171,7,162). Sum of RGB (Red+Green+Blue) = 171+7+162=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB07A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB07A2 is #54F85D. Grayscale: #494949. Windows color (decimal): -5568606 or 10618795. OLE color: 10618795.
HSL color Cylindrical-coordinate representation of color #AB07A2: hue angle of 303.29º 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 #AB07A2 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 162 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.33 |
| HSL | 303.29º | 0.92% | 0.35% | - |
| HSV(B) | 303.29º | 0.96% | 0.67% | - |
| XYZ | 23.39 | 11.42 | 35.15 | - |
| YUV | 73.71 | 177.83 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 162 | 0 | 0.96 | 0.05 | 0.33 | 303.29 | 0.92 | 0.35 |
| Hex | AB | 7 | A2 | 0 | 60 | 5 | 21 | 12F | 5C | 23 |
| Octal | 253 | 7 | 242 | 0 | 140 | 5 | 41 | 457 | 134 | 43 |
| Binary | 10101011 | 111 | 10100010 | 0 | 1100000 | 101 | 100001 | 100101111 | 1011100 | 100011 |
Color Harmonies of #AB07A2
Complementary color
Monochromatic Colors of #AB07A2
Black with #AB07A2
Text Example
Text Example
White with #AB07A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07A2; }
p { color: rgb(171,7,162); }
H1.HeaderClassName
{
color: #AB07A2;
}
.AnyTagClassName
{
color: #AB07A2;
}
</style>
background-color css
<style>
a { background-color: #AB07A2; }
a { background-color: rgb(171,7,162); }
div.DivClassName
{
background-color: #AB07A2;
}
.BgClassName
{
background-color: #AB07A2;
}
</style>
border-color css
<style>
span { border-color: #AB07A2; }
span { border-color: rgb(171,7,162); }
td.TdClassName
{
border-color: #AB07A2;
}
.TagClassName
{
border-color: #AB07A2;
}
</style>