Shades of Dark Magenta #A201AB
Tints of Dark Magenta #A201AB
RGB
CMYK
RGB Variations
Color information
#A201AB (or 0xA201AB) is known color: Dark Magenta. HEX triplet: A2, 01 and AB. RGB value is (162,1,171). Sum of RGB (Red+Green+Blue) = 162+1+171=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #A201AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A201AB is #5DFE54. Grayscale: #444444. Windows color (decimal): -6159957 or 11207074. OLE color: 11207074.
HSL color Cylindrical-coordinate representation of color #A201AB: hue angle of 296.82º degrees, saturation: 0.99, 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 #A201AB is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 1 | 171 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.33 |
| HSL | 296.82º | 0.99% | 0.34% | - |
| HSV(B) | 296.82º | 0.99% | 0.67% | - |
| XYZ | 22.26 | 10.64 | 39.41 | - |
| YUV | 68.52 | 185.84 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 171 | 0.05 | 0.99 | 0 | 0.33 | 296.82 | 0.99 | 0.34 |
| Hex | A2 | 1 | AB | 5 | 63 | 0 | 21 | 129 | 63 | 22 |
| Octal | 242 | 1 | 253 | 5 | 143 | 0 | 41 | 451 | 143 | 42 |
| Binary | 10100010 | 1 | 10101011 | 101 | 1100011 | 0 | 100001 | 100101001 | 1100011 | 100010 |
Color Harmonies of #A201AB
Complementary color
Monochromatic Colors of #A201AB
Black with #A201AB
Text Example
Text Example
White with #A201AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A201AB; }
p { color: rgb(162,1,171); }
H1.HeaderClassName
{
color: #A201AB;
}
.AnyTagClassName
{
color: #A201AB;
}
</style>
background-color css
<style>
a { background-color: #A201AB; }
a { background-color: rgb(162,1,171); }
div.DivClassName
{
background-color: #A201AB;
}
.BgClassName
{
background-color: #A201AB;
}
</style>
border-color css
<style>
span { border-color: #A201AB; }
span { border-color: rgb(162,1,171); }
td.TdClassName
{
border-color: #A201AB;
}
.TagClassName
{
border-color: #A201AB;
}
</style>