Shades of Dark Magenta #A81897
Tints of Dark Magenta #A81897
RGB
CMYK
RGB Variations
Color information
#A81897 (or 0xA81897) is known color: Dark Magenta. HEX triplet: A8, 18 and 97. RGB value is (168,24,151). Sum of RGB (Red+Green+Blue) = 168+24+151=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A81897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81897 is #57E768. Grayscale: #515151. Windows color (decimal): -5760873 or 9902248. OLE color: 9902248.
HSL color Cylindrical-coordinate representation of color #A81897: hue angle of 307.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81897 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 151 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.34 |
| HSL | 307.08º | 0.75% | 0.38% | - |
| HSV(B) | 307.08º | 0.86% | 0.66% | - |
| XYZ | 22.06 | 11.21 | 30.28 | - |
| YUV | 81.53 | 167.21 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 151 | 0 | 0.86 | 0.10 | 0.34 | 307.08 | 0.75 | 0.38 |
| Hex | A8 | 18 | 97 | 0 | 56 | A | 22 | 133 | 4B | 26 |
| Octal | 250 | 30 | 227 | 0 | 126 | 12 | 42 | 463 | 113 | 46 |
| Binary | 10101000 | 11000 | 10010111 | 0 | 1010110 | 1010 | 100010 | 100110011 | 1001011 | 100110 |
Color Harmonies of #A81897
Complementary color
Monochromatic Colors of #A81897
Black with #A81897
Text Example
Text Example
White with #A81897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81897; }
p { color: rgb(168,24,151); }
H1.HeaderClassName
{
color: #A81897;
}
.AnyTagClassName
{
color: #A81897;
}
</style>
background-color css
<style>
a { background-color: #A81897; }
a { background-color: rgb(168,24,151); }
div.DivClassName
{
background-color: #A81897;
}
.BgClassName
{
background-color: #A81897;
}
</style>
border-color css
<style>
span { border-color: #A81897; }
span { border-color: rgb(168,24,151); }
td.TdClassName
{
border-color: #A81897;
}
.TagClassName
{
border-color: #A81897;
}
</style>