Shades of Dark Magenta #A817AD
Tints of Dark Magenta #A817AD
RGB
CMYK
RGB Variations
Color information
#A817AD (or 0xA817AD) is known color: Dark Magenta. HEX triplet: A8, 17 and AD. RGB value is (168,23,173). Sum of RGB (Red+Green+Blue) = 168+23+173=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #A817AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A817AD is #57E852. Grayscale: #535353. Windows color (decimal): -5761107 or 11343784. OLE color: 11343784.
HSL color Cylindrical-coordinate representation of color #A817AD: hue angle of 298º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A817AD is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 23 | 173 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.32 |
| HSL | 298º | 0.77% | 0.38% | - |
| HSV(B) | 298º | 0.87% | 0.68% | - |
| XYZ | 24 | 11.95 | 40.58 | - |
| YUV | 83.46 | 178.54 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 173 | 0.03 | 0.87 | 0 | 0.32 | 298 | 0.77 | 0.38 |
| Hex | A8 | 17 | AD | 3 | 57 | 0 | 20 | 12A | 4D | 26 |
| Octal | 250 | 27 | 255 | 3 | 127 | 0 | 40 | 452 | 115 | 46 |
| Binary | 10101000 | 10111 | 10101101 | 11 | 1010111 | 0 | 100000 | 100101010 | 1001101 | 100110 |
Color Harmonies of #A817AD
Complementary color
Monochromatic Colors of #A817AD
Black with #A817AD
Text Example
Text Example
White with #A817AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817AD; }
p { color: rgb(168,23,173); }
H1.HeaderClassName
{
color: #A817AD;
}
.AnyTagClassName
{
color: #A817AD;
}
</style>
background-color css
<style>
a { background-color: #A817AD; }
a { background-color: rgb(168,23,173); }
div.DivClassName
{
background-color: #A817AD;
}
.BgClassName
{
background-color: #A817AD;
}
</style>
border-color css
<style>
span { border-color: #A817AD; }
span { border-color: rgb(168,23,173); }
td.TdClassName
{
border-color: #A817AD;
}
.TagClassName
{
border-color: #A817AD;
}
</style>