Shades of Dark Magenta #A80396
Tints of Dark Magenta #A80396
RGB
CMYK
RGB Variations
Color information
#A80396 (or 0xA80396) is known color: Dark Magenta. HEX triplet: A8, 03 and 96. RGB value is (168,3,150). Sum of RGB (Red+Green+Blue) = 168+3+150=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A80396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80396 is #57FC69. Grayscale: #444444. Windows color (decimal): -5766250 or 9831336. OLE color: 9831336.
HSL color Cylindrical-coordinate representation of color #A80396: hue angle of 306.55º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80396 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 150 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.34 |
| HSL | 306.55º | 0.96% | 0.34% | - |
| HSV(B) | 306.55º | 0.98% | 0.66% | - |
| XYZ | 21.69 | 10.59 | 29.76 | - |
| YUV | 69.09 | 173.66 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 150 | 0 | 0.98 | 0.11 | 0.34 | 306.55 | 0.96 | 0.34 |
| Hex | A8 | 3 | 96 | 0 | 62 | B | 22 | 133 | 60 | 22 |
| Octal | 250 | 3 | 226 | 0 | 142 | 13 | 42 | 463 | 140 | 42 |
| Binary | 10101000 | 11 | 10010110 | 0 | 1100010 | 1011 | 100010 | 100110011 | 1100000 | 100010 |
Color Harmonies of #A80396
Complementary color
Monochromatic Colors of #A80396
Black with #A80396
Text Example
Text Example
White with #A80396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80396; }
p { color: rgb(168,3,150); }
H1.HeaderClassName
{
color: #A80396;
}
.AnyTagClassName
{
color: #A80396;
}
</style>
background-color css
<style>
a { background-color: #A80396; }
a { background-color: rgb(168,3,150); }
div.DivClassName
{
background-color: #A80396;
}
.BgClassName
{
background-color: #A80396;
}
</style>
border-color css
<style>
span { border-color: #A80396; }
span { border-color: rgb(168,3,150); }
td.TdClassName
{
border-color: #A80396;
}
.TagClassName
{
border-color: #A80396;
}
</style>