Shades of Dark Magenta #A80095
Tints of Dark Magenta #A80095
RGB
CMYK
RGB Variations
Color information
#A80095 (or 0xA80095) is known color: Dark Magenta. HEX triplet: A8, 00 and 95. RGB value is (168,0,149). Sum of RGB (Red+Green+Blue) = 168+0+149=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A80095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80095 is #57FF6A. Grayscale: #424242. Windows color (decimal): -5767019 or 9765032. OLE color: 9765032.
HSL color Cylindrical-coordinate representation of color #A80095: hue angle of 306.79º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80095 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.11 | 0.34 |
| HSL | 306.79º | 1% | 0.33% | - |
| HSV(B) | 306.79º | 1% | 0.66% | - |
| XYZ | 21.57 | 10.49 | 29.32 | - |
| YUV | 67.22 | 174.16 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 149 | 0 | 1 | 0.11 | 0.34 | 306.79 | 1 | 0.33 |
| Hex | A8 | 0 | 95 | 0 | 64 | B | 22 | 133 | 64 | 21 |
| Octal | 250 | 0 | 225 | 0 | 144 | 13 | 42 | 463 | 144 | 41 |
| Binary | 10101000 | 0 | 10010101 | 0 | 1100100 | 1011 | 100010 | 100110011 | 1100100 | 100001 |
Color Harmonies of #A80095
Complementary color
Monochromatic Colors of #A80095
Black with #A80095
Text Example
Text Example
White with #A80095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80095; }
p { color: rgb(168,0,149); }
H1.HeaderClassName
{
color: #A80095;
}
.AnyTagClassName
{
color: #A80095;
}
</style>
background-color css
<style>
a { background-color: #A80095; }
a { background-color: rgb(168,0,149); }
div.DivClassName
{
background-color: #A80095;
}
.BgClassName
{
background-color: #A80095;
}
</style>
border-color css
<style>
span { border-color: #A80095; }
span { border-color: rgb(168,0,149); }
td.TdClassName
{
border-color: #A80095;
}
.TagClassName
{
border-color: #A80095;
}
</style>