Shades of Dark Magenta #A017A2
Tints of Dark Magenta #A017A2
RGB
CMYK
RGB Variations
Color information
#A017A2 (or 0xA017A2) is known color: Dark Magenta. HEX triplet: A0, 17 and A2. RGB value is (160,23,162). Sum of RGB (Red+Green+Blue) = 160+23+162=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 162 - color contains mainly: blue. Hex color #A017A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A017A2 is #5FE85D. Grayscale: #4F4F4F. Windows color (decimal): -6285406 or 10622880. OLE color: 10622880.
HSL color Cylindrical-coordinate representation of color #A017A2: hue angle of 299.14º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A017A2 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 23 | 162 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.36 |
| HSL | 299.14º | 0.75% | 0.36% | - |
| HSV(B) | 299.14º | 0.86% | 0.64% | - |
| XYZ | 21.33 | 10.7 | 35.12 | - |
| YUV | 79.81 | 174.39 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 162 | 0.01 | 0.86 | 0 | 0.36 | 299.14 | 0.75 | 0.36 |
| Hex | A0 | 17 | A2 | 1 | 56 | 0 | 24 | 12B | 4B | 24 |
| Octal | 240 | 27 | 242 | 1 | 126 | 0 | 44 | 453 | 113 | 44 |
| Binary | 10100000 | 10111 | 10100010 | 1 | 1010110 | 0 | 100100 | 100101011 | 1001011 | 100100 |
Color Harmonies of #A017A2
Complementary color
Monochromatic Colors of #A017A2
Black with #A017A2
Text Example
Text Example
White with #A017A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A017A2; }
p { color: rgb(160,23,162); }
H1.HeaderClassName
{
color: #A017A2;
}
.AnyTagClassName
{
color: #A017A2;
}
</style>
background-color css
<style>
a { background-color: #A017A2; }
a { background-color: rgb(160,23,162); }
div.DivClassName
{
background-color: #A017A2;
}
.BgClassName
{
background-color: #A017A2;
}
</style>
border-color css
<style>
span { border-color: #A017A2; }
span { border-color: rgb(160,23,162); }
td.TdClassName
{
border-color: #A017A2;
}
.TagClassName
{
border-color: #A017A2;
}
</style>