Shades of Dark Magenta #A81292
Tints of Dark Magenta #A81292
RGB
CMYK
RGB Variations
Color information
#A81292 (or 0xA81292) is known color: Dark Magenta. HEX triplet: A8, 12 and 92. RGB value is (168,18,146). Sum of RGB (Red+Green+Blue) = 168+18+146=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A81292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81292 is #57ED6D. Grayscale: #4D4D4D. Windows color (decimal): -5762414 or 9573032. OLE color: 9573032.
HSL color Cylindrical-coordinate representation of color #A81292: hue angle of 308.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 #A81292 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 146 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.34 |
| HSL | 308.8º | 0.81% | 0.36% | - |
| HSV(B) | 308.8º | 0.89% | 0.66% | - |
| XYZ | 21.55 | 10.83 | 28.15 | - |
| YUV | 77.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 146 | 0 | 0.89 | 0.13 | 0.34 | 308.8 | 0.81 | 0.36 |
| Hex | A8 | 12 | 92 | 0 | 59 | D | 22 | 135 | 51 | 24 |
| Octal | 250 | 22 | 222 | 0 | 131 | 15 | 42 | 465 | 121 | 44 |
| Binary | 10101000 | 10010 | 10010010 | 0 | 1011001 | 1101 | 100010 | 100110101 | 1010001 | 100100 |
Color Harmonies of #A81292
Complementary color
Monochromatic Colors of #A81292
Black with #A81292
Text Example
Text Example
White with #A81292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81292; }
p { color: rgb(168,18,146); }
H1.HeaderClassName
{
color: #A81292;
}
.AnyTagClassName
{
color: #A81292;
}
</style>
background-color css
<style>
a { background-color: #A81292; }
a { background-color: rgb(168,18,146); }
div.DivClassName
{
background-color: #A81292;
}
.BgClassName
{
background-color: #A81292;
}
</style>
border-color css
<style>
span { border-color: #A81292; }
span { border-color: rgb(168,18,146); }
td.TdClassName
{
border-color: #A81292;
}
.TagClassName
{
border-color: #A81292;
}
</style>