Shades of Dark Magenta #A80F98
Tints of Dark Magenta #A80F98
RGB
CMYK
RGB Variations
Color information
#A80F98 (or 0xA80F98) is known color: Dark Magenta. HEX triplet: A8, 0F and 98. RGB value is (168,15,152). Sum of RGB (Red+Green+Blue) = 168+15+152=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80F98 is #57F067. Grayscale: #4B4B4B. Windows color (decimal): -5763176 or 9965480. OLE color: 9965480.
HSL color Cylindrical-coordinate representation of color #A80F98: hue angle of 306.27º 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 #A80F98 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 15 | 152 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.34 |
| HSL | 306.27º | 0.84% | 0.36% | - |
| HSV(B) | 306.27º | 0.91% | 0.66% | - |
| XYZ | 21.99 | 10.93 | 30.66 | - |
| YUV | 76.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 152 | 0 | 0.91 | 0.10 | 0.34 | 306.27 | 0.84 | 0.36 |
| Hex | A8 | F | 98 | 0 | 5B | A | 22 | 132 | 54 | 24 |
| Octal | 250 | 17 | 230 | 0 | 133 | 12 | 42 | 462 | 124 | 44 |
| Binary | 10101000 | 1111 | 10011000 | 0 | 1011011 | 1010 | 100010 | 100110010 | 1010100 | 100100 |
Color Harmonies of #A80F98
Complementary color
Monochromatic Colors of #A80F98
Black with #A80F98
Text Example
Text Example
White with #A80F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80F98; }
p { color: rgb(168,15,152); }
H1.HeaderClassName
{
color: #A80F98;
}
.AnyTagClassName
{
color: #A80F98;
}
</style>
background-color css
<style>
a { background-color: #A80F98; }
a { background-color: rgb(168,15,152); }
div.DivClassName
{
background-color: #A80F98;
}
.BgClassName
{
background-color: #A80F98;
}
</style>
border-color css
<style>
span { border-color: #A80F98; }
span { border-color: rgb(168,15,152); }
td.TdClassName
{
border-color: #A80F98;
}
.TagClassName
{
border-color: #A80F98;
}
</style>