Shades of Dark Magenta #A201AC
Tints of Dark Magenta #A201AC
RGB
CMYK
RGB Variations
Color information
#A201AC (or 0xA201AC) is known color: Dark Magenta. HEX triplet: A2, 01 and AC. RGB value is (162,1,172). Sum of RGB (Red+Green+Blue) = 162+1+172=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #A201AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A201AC is #5DFE53. Grayscale: #444444. Windows color (decimal): -6159956 or 11272610. OLE color: 11272610.
HSL color Cylindrical-coordinate representation of color #A201AC: hue angle of 296.49º 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 #A201AC is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 1 | 172 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.33 |
| HSL | 296.49º | 0.99% | 0.34% | - |
| HSV(B) | 296.49º | 0.99% | 0.67% | - |
| XYZ | 22.36 | 10.68 | 39.91 | - |
| YUV | 68.63 | 186.34 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 172 | 0.06 | 0.99 | 0 | 0.33 | 296.49 | 0.99 | 0.34 |
| Hex | A2 | 1 | AC | 6 | 63 | 0 | 21 | 128 | 63 | 22 |
| Octal | 242 | 1 | 254 | 6 | 143 | 0 | 41 | 450 | 143 | 42 |
| Binary | 10100010 | 1 | 10101100 | 110 | 1100011 | 0 | 100001 | 100101000 | 1100011 | 100010 |
Color Harmonies of #A201AC
Complementary color
Monochromatic Colors of #A201AC
Black with #A201AC
Text Example
Text Example
White with #A201AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A201AC; }
p { color: rgb(162,1,172); }
H1.HeaderClassName
{
color: #A201AC;
}
.AnyTagClassName
{
color: #A201AC;
}
</style>
background-color css
<style>
a { background-color: #A201AC; }
a { background-color: rgb(162,1,172); }
div.DivClassName
{
background-color: #A201AC;
}
.BgClassName
{
background-color: #A201AC;
}
</style>
border-color css
<style>
span { border-color: #A201AC; }
span { border-color: rgb(162,1,172); }
td.TdClassName
{
border-color: #A201AC;
}
.TagClassName
{
border-color: #A201AC;
}
</style>