Shades of Dark Magenta #A819AA
Tints of Dark Magenta #A819AA
RGB
CMYK
RGB Variations
Color information
#A819AA (or 0xA819AA) is known color: Dark Magenta. HEX triplet: A8, 19 and AA. RGB value is (168,25,170). Sum of RGB (Red+Green+Blue) = 168+25+170=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #A819AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A819AA is #57E655. Grayscale: #535353. Windows color (decimal): -5760598 or 11147688. OLE color: 11147688.
HSL color Cylindrical-coordinate representation of color #A819AA: hue angle of 299.17º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A819AA is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 25 | 170 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.33 |
| HSL | 299.17º | 0.74% | 0.38% | - |
| HSV(B) | 299.17º | 0.85% | 0.67% | - |
| XYZ | 23.75 | 11.92 | 39.08 | - |
| YUV | 84.29 | 176.38 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 170 | 0.01 | 0.85 | 0 | 0.33 | 299.17 | 0.74 | 0.38 |
| Hex | A8 | 19 | AA | 1 | 55 | 0 | 21 | 12B | 4A | 26 |
| Octal | 250 | 31 | 252 | 1 | 125 | 0 | 41 | 453 | 112 | 46 |
| Binary | 10101000 | 11001 | 10101010 | 1 | 1010101 | 0 | 100001 | 100101011 | 1001010 | 100110 |
Color Harmonies of #A819AA
Complementary color
Monochromatic Colors of #A819AA
Black with #A819AA
Text Example
Text Example
White with #A819AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819AA; }
p { color: rgb(168,25,170); }
H1.HeaderClassName
{
color: #A819AA;
}
.AnyTagClassName
{
color: #A819AA;
}
</style>
background-color css
<style>
a { background-color: #A819AA; }
a { background-color: rgb(168,25,170); }
div.DivClassName
{
background-color: #A819AA;
}
.BgClassName
{
background-color: #A819AA;
}
</style>
border-color css
<style>
span { border-color: #A819AA; }
span { border-color: rgb(168,25,170); }
td.TdClassName
{
border-color: #A819AA;
}
.TagClassName
{
border-color: #A819AA;
}
</style>