Shades of Dark Magenta #A817A2
Tints of Dark Magenta #A817A2
RGB
CMYK
RGB Variations
Color information
#A817A2 (or 0xA817A2) is known color: Dark Magenta. HEX triplet: A8, 17 and A2. RGB value is (168,23,162). Sum of RGB (Red+Green+Blue) = 168+23+162=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A817A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A817A2 is #57E85D. Grayscale: #515151. Windows color (decimal): -5761118 or 10622888. OLE color: 10622888.
HSL color Cylindrical-coordinate representation of color #A817A2: hue angle of 302.48º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A817A2 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 162 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.34 |
| HSL | 302.48º | 0.76% | 0.37% | - |
| HSV(B) | 302.48º | 0.86% | 0.66% | - |
| XYZ | 22.98 | 11.55 | 35.2 | - |
| YUV | 82.2 | 173.04 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 162 | 0 | 0.86 | 0.04 | 0.34 | 302.48 | 0.76 | 0.37 |
| Hex | A8 | 17 | A2 | 0 | 56 | 4 | 22 | 12E | 4C | 25 |
| Octal | 250 | 27 | 242 | 0 | 126 | 4 | 42 | 456 | 114 | 45 |
| Binary | 10101000 | 10111 | 10100010 | 0 | 1010110 | 100 | 100010 | 100101110 | 1001100 | 100101 |
Color Harmonies of #A817A2
Complementary color
Monochromatic Colors of #A817A2
Black with #A817A2
Text Example
Text Example
White with #A817A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817A2; }
p { color: rgb(168,23,162); }
H1.HeaderClassName
{
color: #A817A2;
}
.AnyTagClassName
{
color: #A817A2;
}
</style>
background-color css
<style>
a { background-color: #A817A2; }
a { background-color: rgb(168,23,162); }
div.DivClassName
{
background-color: #A817A2;
}
.BgClassName
{
background-color: #A817A2;
}
</style>
border-color css
<style>
span { border-color: #A817A2; }
span { border-color: rgb(168,23,162); }
td.TdClassName
{
border-color: #A817A2;
}
.TagClassName
{
border-color: #A817A2;
}
</style>