Shades of Dark Magenta #A001A2
Tints of Dark Magenta #A001A2
RGB
CMYK
RGB Variations
Color information
#A001A2 (or 0xA001A2) is known color: Dark Magenta. HEX triplet: A0, 01 and A2. RGB value is (160,1,162). Sum of RGB (Red+Green+Blue) = 160+1+162=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 162 (63.67% from 255 or 50.15% from 323); Max value from RGB is 162 - color contains mainly: blue. Hex color #A001A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A001A2 is #5FFE5D. Grayscale: #424242. Windows color (decimal): -6291038 or 10617248. OLE color: 10617248.
HSL color Cylindrical-coordinate representation of color #A001A2: hue angle of 299.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A001A2 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 1 | 162 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.36 |
| HSL | 299.25º | 0.99% | 0.32% | - |
| HSV(B) | 299.25º | 0.99% | 0.64% | - |
| XYZ | 21.03 | 10.1 | 35.02 | - |
| YUV | 66.9 | 181.68 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 162 | 0.01 | 0.99 | 0 | 0.36 | 299.25 | 0.99 | 0.32 |
| Hex | A0 | 1 | A2 | 1 | 63 | 0 | 24 | 12B | 63 | 20 |
| Octal | 240 | 1 | 242 | 1 | 143 | 0 | 44 | 453 | 143 | 40 |
| Binary | 10100000 | 1 | 10100010 | 1 | 1100011 | 0 | 100100 | 100101011 | 1100011 | 100000 |
Color Harmonies of #A001A2
Complementary color
Monochromatic Colors of #A001A2
Black with #A001A2
Text Example
Text Example
White with #A001A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A001A2; }
p { color: rgb(160,1,162); }
H1.HeaderClassName
{
color: #A001A2;
}
.AnyTagClassName
{
color: #A001A2;
}
</style>
background-color css
<style>
a { background-color: #A001A2; }
a { background-color: rgb(160,1,162); }
div.DivClassName
{
background-color: #A001A2;
}
.BgClassName
{
background-color: #A001A2;
}
</style>
border-color css
<style>
span { border-color: #A001A2; }
span { border-color: rgb(160,1,162); }
td.TdClassName
{
border-color: #A001A2;
}
.TagClassName
{
border-color: #A001A2;
}
</style>