Shades of Dark Magenta #A81798
Tints of Dark Magenta #A81798
RGB
CMYK
RGB Variations
Color information
#A81798 (or 0xA81798) is known color: Dark Magenta. HEX triplet: A8, 17 and 98. RGB value is (168,23,152). Sum of RGB (Red+Green+Blue) = 168+23+152=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A81798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81798 is #57E867. Grayscale: #505050. Windows color (decimal): -5761128 or 9967528. OLE color: 9967528.
HSL color Cylindrical-coordinate representation of color #A81798: hue angle of 306.62º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81798 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 152 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.34 |
| HSL | 306.62º | 0.76% | 0.37% | - |
| HSV(B) | 306.62º | 0.86% | 0.66% | - |
| XYZ | 22.12 | 11.2 | 30.7 | - |
| YUV | 81.06 | 168.04 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 152 | 0 | 0.86 | 0.10 | 0.34 | 306.62 | 0.76 | 0.37 |
| Hex | A8 | 17 | 98 | 0 | 56 | A | 22 | 133 | 4C | 25 |
| Octal | 250 | 27 | 230 | 0 | 126 | 12 | 42 | 463 | 114 | 45 |
| Binary | 10101000 | 10111 | 10011000 | 0 | 1010110 | 1010 | 100010 | 100110011 | 1001100 | 100101 |
Color Harmonies of #A81798
Complementary color
Monochromatic Colors of #A81798
Black with #A81798
Text Example
Text Example
White with #A81798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81798; }
p { color: rgb(168,23,152); }
H1.HeaderClassName
{
color: #A81798;
}
.AnyTagClassName
{
color: #A81798;
}
</style>
background-color css
<style>
a { background-color: #A81798; }
a { background-color: rgb(168,23,152); }
div.DivClassName
{
background-color: #A81798;
}
.BgClassName
{
background-color: #A81798;
}
</style>
border-color css
<style>
span { border-color: #A81798; }
span { border-color: rgb(168,23,152); }
td.TdClassName
{
border-color: #A81798;
}
.TagClassName
{
border-color: #A81798;
}
</style>