Shades of Dark Magenta #AB02AA
Tints of Dark Magenta #AB02AA
RGB
CMYK
RGB Variations
Color information
#AB02AA (or 0xAB02AA) is known color: Dark Magenta. HEX triplet: AB, 02 and AA. RGB value is (171,2,170). Sum of RGB (Red+Green+Blue) = 171+2+170=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB02AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB02AA is #54FD55. Grayscale: #474747. Windows color (decimal): -5569878 or 11141803. OLE color: 11141803.
HSL color Cylindrical-coordinate representation of color #AB02AA: hue angle of 300.36º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB02AA is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.33 |
| HSL | 300.36º | 0.98% | 0.34% | - |
| HSV(B) | 300.36º | 0.99% | 0.67% | - |
| XYZ | 24.07 | 11.6 | 39 | - |
| YUV | 71.68 | 183.49 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 170 | 0 | 0.99 | 0.01 | 0.33 | 300.36 | 0.98 | 0.34 |
| Hex | AB | 2 | AA | 0 | 63 | 1 | 21 | 12C | 62 | 22 |
| Octal | 253 | 2 | 252 | 0 | 143 | 1 | 41 | 454 | 142 | 42 |
| Binary | 10101011 | 10 | 10101010 | 0 | 1100011 | 1 | 100001 | 100101100 | 1100010 | 100010 |
Color Harmonies of #AB02AA
Complementary color
Monochromatic Colors of #AB02AA
Black with #AB02AA
Text Example
Text Example
White with #AB02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB02AA; }
p { color: rgb(171,2,170); }
H1.HeaderClassName
{
color: #AB02AA;
}
.AnyTagClassName
{
color: #AB02AA;
}
</style>
background-color css
<style>
a { background-color: #AB02AA; }
a { background-color: rgb(171,2,170); }
div.DivClassName
{
background-color: #AB02AA;
}
.BgClassName
{
background-color: #AB02AA;
}
</style>
border-color css
<style>
span { border-color: #AB02AA; }
span { border-color: rgb(171,2,170); }
td.TdClassName
{
border-color: #AB02AA;
}
.TagClassName
{
border-color: #AB02AA;
}
</style>