Shades of Dark Magenta #A81099
Tints of Dark Magenta #A81099
RGB
CMYK
RGB Variations
Color information
#A81099 (or 0xA81099) is known color: Dark Magenta. HEX triplet: A8, 10 and 99. RGB value is (168,16,153). Sum of RGB (Red+Green+Blue) = 168+16+153=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A81099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81099 is #57EF66. Grayscale: #4C4C4C. Windows color (decimal): -5762919 or 10031272. OLE color: 10031272.
HSL color Cylindrical-coordinate representation of color #A81099: hue angle of 305.92º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81099 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 153 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.34 |
| HSL | 305.92º | 0.83% | 0.36% | - |
| HSV(B) | 305.92º | 0.9% | 0.66% | - |
| XYZ | 22.08 | 11 | 31.1 | - |
| YUV | 77.07 | 170.86 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 153 | 0 | 0.90 | 0.09 | 0.34 | 305.92 | 0.83 | 0.36 |
| Hex | A8 | 10 | 99 | 0 | 5A | 9 | 22 | 132 | 53 | 24 |
| Octal | 250 | 20 | 231 | 0 | 132 | 11 | 42 | 462 | 123 | 44 |
| Binary | 10101000 | 10000 | 10011001 | 0 | 1011010 | 1001 | 100010 | 100110010 | 1010011 | 100100 |
Color Harmonies of #A81099
Complementary color
Monochromatic Colors of #A81099
Black with #A81099
Text Example
Text Example
White with #A81099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81099; }
p { color: rgb(168,16,153); }
H1.HeaderClassName
{
color: #A81099;
}
.AnyTagClassName
{
color: #A81099;
}
</style>
background-color css
<style>
a { background-color: #A81099; }
a { background-color: rgb(168,16,153); }
div.DivClassName
{
background-color: #A81099;
}
.BgClassName
{
background-color: #A81099;
}
</style>
border-color css
<style>
span { border-color: #A81099; }
span { border-color: rgb(168,16,153); }
td.TdClassName
{
border-color: #A81099;
}
.TagClassName
{
border-color: #A81099;
}
</style>