Shades of Dark Magenta #A817A3
Tints of Dark Magenta #A817A3
RGB
CMYK
RGB Variations
Color information
#A817A3 (or 0xA817A3) is known color: Dark Magenta. HEX triplet: A8, 17 and A3. RGB value is (168,23,163). Sum of RGB (Red+Green+Blue) = 168+23+163=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 163 (64.06% from 255 or 46.05% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A817A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A817A3 is #57E85C. Grayscale: #515151. Windows color (decimal): -5761117 or 10688424. OLE color: 10688424.
HSL color Cylindrical-coordinate representation of color #A817A3: hue angle of 302.07º 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 #A817A3 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 163 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.34 |
| HSL | 302.07º | 0.76% | 0.37% | - |
| HSV(B) | 302.07º | 0.86% | 0.66% | - |
| XYZ | 23.07 | 11.58 | 35.67 | - |
| YUV | 82.32 | 173.54 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 163 | 0 | 0.86 | 0.03 | 0.34 | 302.07 | 0.76 | 0.37 |
| Hex | A8 | 17 | A3 | 0 | 56 | 3 | 22 | 12E | 4C | 25 |
| Octal | 250 | 27 | 243 | 0 | 126 | 3 | 42 | 456 | 114 | 45 |
| Binary | 10101000 | 10111 | 10100011 | 0 | 1010110 | 11 | 100010 | 100101110 | 1001100 | 100101 |
Color Harmonies of #A817A3
Complementary color
Monochromatic Colors of #A817A3
Black with #A817A3
Text Example
Text Example
White with #A817A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817A3; }
p { color: rgb(168,23,163); }
H1.HeaderClassName
{
color: #A817A3;
}
.AnyTagClassName
{
color: #A817A3;
}
</style>
background-color css
<style>
a { background-color: #A817A3; }
a { background-color: rgb(168,23,163); }
div.DivClassName
{
background-color: #A817A3;
}
.BgClassName
{
background-color: #A817A3;
}
</style>
border-color css
<style>
span { border-color: #A817A3; }
span { border-color: rgb(168,23,163); }
td.TdClassName
{
border-color: #A817A3;
}
.TagClassName
{
border-color: #A817A3;
}
</style>