Shades of Dark Magenta #A80993
Tints of Dark Magenta #A80993
RGB
CMYK
RGB Variations
Color information
#A80993 (or 0xA80993) is known color: Dark Magenta. HEX triplet: A8, 09 and 93. RGB value is (168,9,147). Sum of RGB (Red+Green+Blue) = 168+9+147=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A80993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80993 is #57F66C. Grayscale: #474747. Windows color (decimal): -5764717 or 9636264. OLE color: 9636264.
HSL color Cylindrical-coordinate representation of color #A80993: hue angle of 307.92º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80993 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 147 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.34 |
| HSL | 307.92º | 0.9% | 0.35% | - |
| HSV(B) | 307.92º | 0.95% | 0.66% | - |
| XYZ | 21.51 | 10.63 | 28.52 | - |
| YUV | 72.27 | 170.18 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 147 | 0 | 0.95 | 0.13 | 0.34 | 307.92 | 0.9 | 0.35 |
| Hex | A8 | 9 | 93 | 0 | 5F | D | 22 | 134 | 5A | 23 |
| Octal | 250 | 11 | 223 | 0 | 137 | 15 | 42 | 464 | 132 | 43 |
| Binary | 10101000 | 1001 | 10010011 | 0 | 1011111 | 1101 | 100010 | 100110100 | 1011010 | 100011 |
Color Harmonies of #A80993
Complementary color
Monochromatic Colors of #A80993
Black with #A80993
Text Example
Text Example
White with #A80993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80993; }
p { color: rgb(168,9,147); }
H1.HeaderClassName
{
color: #A80993;
}
.AnyTagClassName
{
color: #A80993;
}
</style>
background-color css
<style>
a { background-color: #A80993; }
a { background-color: rgb(168,9,147); }
div.DivClassName
{
background-color: #A80993;
}
.BgClassName
{
background-color: #A80993;
}
</style>
border-color css
<style>
span { border-color: #A80993; }
span { border-color: rgb(168,9,147); }
td.TdClassName
{
border-color: #A80993;
}
.TagClassName
{
border-color: #A80993;
}
</style>