Shades of Dark Magenta #A201AD
Tints of Dark Magenta #A201AD
RGB
CMYK
RGB Variations
Color information
#A201AD (or 0xA201AD) is known color: Dark Magenta. HEX triplet: A2, 01 and AD. RGB value is (162,1,173). Sum of RGB (Red+Green+Blue) = 162+1+173=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #A201AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A201AD is #5DFE52. Grayscale: #444444. Windows color (decimal): -6159955 or 11338146. OLE color: 11338146.
HSL color Cylindrical-coordinate representation of color #A201AD: hue angle of 296.16º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A201AD is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 1 | 173 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.32 |
| HSL | 296.16º | 0.99% | 0.34% | - |
| HSV(B) | 296.16º | 0.99% | 0.68% | - |
| XYZ | 22.45 | 10.72 | 40.42 | - |
| YUV | 68.75 | 186.84 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 173 | 0.06 | 0.99 | 0 | 0.32 | 296.16 | 0.99 | 0.34 |
| Hex | A2 | 1 | AD | 6 | 63 | 0 | 20 | 128 | 63 | 22 |
| Octal | 242 | 1 | 255 | 6 | 143 | 0 | 40 | 450 | 143 | 42 |
| Binary | 10100010 | 1 | 10101101 | 110 | 1100011 | 0 | 100000 | 100101000 | 1100011 | 100010 |
Color Harmonies of #A201AD
Complementary color
Monochromatic Colors of #A201AD
Black with #A201AD
Text Example
Text Example
White with #A201AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A201AD; }
p { color: rgb(162,1,173); }
H1.HeaderClassName
{
color: #A201AD;
}
.AnyTagClassName
{
color: #A201AD;
}
</style>
background-color css
<style>
a { background-color: #A201AD; }
a { background-color: rgb(162,1,173); }
div.DivClassName
{
background-color: #A201AD;
}
.BgClassName
{
background-color: #A201AD;
}
</style>
border-color css
<style>
span { border-color: #A201AD; }
span { border-color: rgb(162,1,173); }
td.TdClassName
{
border-color: #A201AD;
}
.TagClassName
{
border-color: #A201AD;
}
</style>