Shades of Dark Magenta #A81297
Tints of Dark Magenta #A81297
RGB
CMYK
RGB Variations
Color information
#A81297 (or 0xA81297) is known color: Dark Magenta. HEX triplet: A8, 12 and 97. RGB value is (168,18,151). Sum of RGB (Red+Green+Blue) = 168+18+151=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A81297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81297 is #57ED68. Grayscale: #4D4D4D. Windows color (decimal): -5762409 or 9900712. OLE color: 9900712.
HSL color Cylindrical-coordinate representation of color #A81297: hue angle of 306.8º 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 #A81297 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 151 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.34 |
| HSL | 306.8º | 0.81% | 0.36% | - |
| HSV(B) | 306.8º | 0.89% | 0.66% | - |
| XYZ | 21.95 | 10.99 | 30.24 | - |
| YUV | 78.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 151 | 0 | 0.89 | 0.10 | 0.34 | 306.8 | 0.81 | 0.36 |
| Hex | A8 | 12 | 97 | 0 | 59 | A | 22 | 133 | 51 | 24 |
| Octal | 250 | 22 | 227 | 0 | 131 | 12 | 42 | 463 | 121 | 44 |
| Binary | 10101000 | 10010 | 10010111 | 0 | 1011001 | 1010 | 100010 | 100110011 | 1010001 | 100100 |
Color Harmonies of #A81297
Complementary color
Monochromatic Colors of #A81297
Black with #A81297
Text Example
Text Example
White with #A81297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81297; }
p { color: rgb(168,18,151); }
H1.HeaderClassName
{
color: #A81297;
}
.AnyTagClassName
{
color: #A81297;
}
</style>
background-color css
<style>
a { background-color: #A81297; }
a { background-color: rgb(168,18,151); }
div.DivClassName
{
background-color: #A81297;
}
.BgClassName
{
background-color: #A81297;
}
</style>
border-color css
<style>
span { border-color: #A81297; }
span { border-color: rgb(168,18,151); }
td.TdClassName
{
border-color: #A81297;
}
.TagClassName
{
border-color: #A81297;
}
</style>