Shades of Dark Magenta #A81294
Tints of Dark Magenta #A81294
RGB
CMYK
RGB Variations
Color information
#A81294 (or 0xA81294) is known color: Dark Magenta. HEX triplet: A8, 12 and 94. RGB value is (168,18,148). Sum of RGB (Red+Green+Blue) = 168+18+148=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A81294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81294 is #57ED6B. Grayscale: #4D4D4D. Windows color (decimal): -5762412 or 9704104. OLE color: 9704104.
HSL color Cylindrical-coordinate representation of color #A81294: hue angle of 308º 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 #A81294 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 148 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.34 |
| HSL | 308º | 0.81% | 0.36% | - |
| HSV(B) | 308º | 0.89% | 0.66% | - |
| XYZ | 21.71 | 10.9 | 28.98 | - |
| YUV | 77.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 148 | 0 | 0.89 | 0.12 | 0.34 | 308 | 0.81 | 0.36 |
| Hex | A8 | 12 | 94 | 0 | 59 | C | 22 | 134 | 51 | 24 |
| Octal | 250 | 22 | 224 | 0 | 131 | 14 | 42 | 464 | 121 | 44 |
| Binary | 10101000 | 10010 | 10010100 | 0 | 1011001 | 1100 | 100010 | 100110100 | 1010001 | 100100 |
Color Harmonies of #A81294
Complementary color
Monochromatic Colors of #A81294
Black with #A81294
Text Example
Text Example
White with #A81294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81294; }
p { color: rgb(168,18,148); }
H1.HeaderClassName
{
color: #A81294;
}
.AnyTagClassName
{
color: #A81294;
}
</style>
background-color css
<style>
a { background-color: #A81294; }
a { background-color: rgb(168,18,148); }
div.DivClassName
{
background-color: #A81294;
}
.BgClassName
{
background-color: #A81294;
}
</style>
border-color css
<style>
span { border-color: #A81294; }
span { border-color: rgb(168,18,148); }
td.TdClassName
{
border-color: #A81294;
}
.TagClassName
{
border-color: #A81294;
}
</style>