Shades of Dark Magenta #A81299
Tints of Dark Magenta #A81299
RGB
CMYK
RGB Variations
Color information
#A81299 (or 0xA81299) is known color: Dark Magenta. HEX triplet: A8, 12 and 99. RGB value is (168,18,153). Sum of RGB (Red+Green+Blue) = 168+18+153=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A81299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81299 is #57ED66. Grayscale: #4D4D4D. Windows color (decimal): -5762407 or 10031784. OLE color: 10031784.
HSL color Cylindrical-coordinate representation of color #A81299: hue angle of 306º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81299 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 153 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.34 |
| HSL | 306º | 0.81% | 0.36% | - |
| HSV(B) | 306º | 0.89% | 0.66% | - |
| XYZ | 22.11 | 11.06 | 31.11 | - |
| YUV | 78.24 | 170.2 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 153 | 0 | 0.89 | 0.09 | 0.34 | 306 | 0.81 | 0.36 |
| Hex | A8 | 12 | 99 | 0 | 59 | 9 | 22 | 132 | 51 | 24 |
| Octal | 250 | 22 | 231 | 0 | 131 | 11 | 42 | 462 | 121 | 44 |
| Binary | 10101000 | 10010 | 10011001 | 0 | 1011001 | 1001 | 100010 | 100110010 | 1010001 | 100100 |
Color Harmonies of #A81299
Complementary color
Monochromatic Colors of #A81299
Black with #A81299
Text Example
Text Example
White with #A81299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81299; }
p { color: rgb(168,18,153); }
H1.HeaderClassName
{
color: #A81299;
}
.AnyTagClassName
{
color: #A81299;
}
</style>
background-color css
<style>
a { background-color: #A81299; }
a { background-color: rgb(168,18,153); }
div.DivClassName
{
background-color: #A81299;
}
.BgClassName
{
background-color: #A81299;
}
</style>
border-color css
<style>
span { border-color: #A81299; }
span { border-color: rgb(168,18,153); }
td.TdClassName
{
border-color: #A81299;
}
.TagClassName
{
border-color: #A81299;
}
</style>