Shades of Dark Magenta #A817AA
Tints of Dark Magenta #A817AA
RGB
CMYK
RGB Variations
Color information
#A817AA (or 0xA817AA) is known color: Dark Magenta. HEX triplet: A8, 17 and AA. RGB value is (168,23,170). Sum of RGB (Red+Green+Blue) = 168+23+170=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #A817AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A817AA is #57E855. Grayscale: #525252. Windows color (decimal): -5761110 or 11147176. OLE color: 11147176.
HSL color Cylindrical-coordinate representation of color #A817AA: hue angle of 299.18º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A817AA is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 23 | 170 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.33 |
| HSL | 299.18º | 0.76% | 0.38% | - |
| HSV(B) | 299.18º | 0.86% | 0.67% | - |
| XYZ | 23.71 | 11.84 | 39.07 | - |
| YUV | 83.11 | 177.04 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 170 | 0.01 | 0.86 | 0 | 0.33 | 299.18 | 0.76 | 0.38 |
| Hex | A8 | 17 | AA | 1 | 56 | 0 | 21 | 12B | 4C | 26 |
| Octal | 250 | 27 | 252 | 1 | 126 | 0 | 41 | 453 | 114 | 46 |
| Binary | 10101000 | 10111 | 10101010 | 1 | 1010110 | 0 | 100001 | 100101011 | 1001100 | 100110 |
Color Harmonies of #A817AA
Complementary color
Monochromatic Colors of #A817AA
Black with #A817AA
Text Example
Text Example
White with #A817AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817AA; }
p { color: rgb(168,23,170); }
H1.HeaderClassName
{
color: #A817AA;
}
.AnyTagClassName
{
color: #A817AA;
}
</style>
background-color css
<style>
a { background-color: #A817AA; }
a { background-color: rgb(168,23,170); }
div.DivClassName
{
background-color: #A817AA;
}
.BgClassName
{
background-color: #A817AA;
}
</style>
border-color css
<style>
span { border-color: #A817AA; }
span { border-color: rgb(168,23,170); }
td.TdClassName
{
border-color: #A817AA;
}
.TagClassName
{
border-color: #A817AA;
}
</style>