Shades of Dark Magenta #A81092
Tints of Dark Magenta #A81092
RGB
CMYK
RGB Variations
Color information
#A81092 (or 0xA81092) is known color: Dark Magenta. HEX triplet: A8, 10 and 92. RGB value is (168,16,146). Sum of RGB (Red+Green+Blue) = 168+16+146=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A81092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81092 is #57EF6D. Grayscale: #4B4B4B. Windows color (decimal): -5762926 or 9572520. OLE color: 9572520.
HSL color Cylindrical-coordinate representation of color #A81092: hue angle of 308.68º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81092 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 146 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.34 |
| HSL | 308.68º | 0.83% | 0.36% | - |
| HSV(B) | 308.68º | 0.9% | 0.66% | - |
| XYZ | 21.52 | 10.77 | 28.14 | - |
| YUV | 76.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 146 | 0 | 0.90 | 0.13 | 0.34 | 308.68 | 0.83 | 0.36 |
| Hex | A8 | 10 | 92 | 0 | 5A | D | 22 | 135 | 53 | 24 |
| Octal | 250 | 20 | 222 | 0 | 132 | 15 | 42 | 465 | 123 | 44 |
| Binary | 10101000 | 10000 | 10010010 | 0 | 1011010 | 1101 | 100010 | 100110101 | 1010011 | 100100 |
Color Harmonies of #A81092
Complementary color
Monochromatic Colors of #A81092
Black with #A81092
Text Example
Text Example
White with #A81092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81092; }
p { color: rgb(168,16,146); }
H1.HeaderClassName
{
color: #A81092;
}
.AnyTagClassName
{
color: #A81092;
}
</style>
background-color css
<style>
a { background-color: #A81092; }
a { background-color: rgb(168,16,146); }
div.DivClassName
{
background-color: #A81092;
}
.BgClassName
{
background-color: #A81092;
}
</style>
border-color css
<style>
span { border-color: #A81092; }
span { border-color: rgb(168,16,146); }
td.TdClassName
{
border-color: #A81092;
}
.TagClassName
{
border-color: #A81092;
}
</style>