Shades of Dark Magenta #A80F97
Tints of Dark Magenta #A80F97
RGB
CMYK
RGB Variations
Color information
#A80F97 (or 0xA80F97) is known color: Dark Magenta. HEX triplet: A8, 0F and 97. RGB value is (168,15,151). Sum of RGB (Red+Green+Blue) = 168+15+151=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80F97 is #57F068. Grayscale: #4B4B4B. Windows color (decimal): -5763177 or 9899944. OLE color: 9899944.
HSL color Cylindrical-coordinate representation of color #A80F97: hue angle of 306.67º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A80F97 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 15 | 151 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.34 |
| HSL | 306.67º | 0.84% | 0.36% | - |
| HSV(B) | 306.67º | 0.91% | 0.66% | - |
| XYZ | 21.91 | 10.9 | 30.23 | - |
| YUV | 76.25 | 170.19 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 151 | 0 | 0.91 | 0.10 | 0.34 | 306.67 | 0.84 | 0.36 |
| Hex | A8 | F | 97 | 0 | 5B | A | 22 | 133 | 54 | 24 |
| Octal | 250 | 17 | 227 | 0 | 133 | 12 | 42 | 463 | 124 | 44 |
| Binary | 10101000 | 1111 | 10010111 | 0 | 1011011 | 1010 | 100010 | 100110011 | 1010100 | 100100 |
Color Harmonies of #A80F97
Complementary color
Monochromatic Colors of #A80F97
Black with #A80F97
Text Example
Text Example
White with #A80F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80F97; }
p { color: rgb(168,15,151); }
H1.HeaderClassName
{
color: #A80F97;
}
.AnyTagClassName
{
color: #A80F97;
}
</style>
background-color css
<style>
a { background-color: #A80F97; }
a { background-color: rgb(168,15,151); }
div.DivClassName
{
background-color: #A80F97;
}
.BgClassName
{
background-color: #A80F97;
}
</style>
border-color css
<style>
span { border-color: #A80F97; }
span { border-color: rgb(168,15,151); }
td.TdClassName
{
border-color: #A80F97;
}
.TagClassName
{
border-color: #A80F97;
}
</style>