Shades of Dark Magenta #A80F90
Tints of Dark Magenta #A80F90
RGB
CMYK
RGB Variations
Color information
#A80F90 (or 0xA80F90) is known color: Dark Magenta. HEX triplet: A8, 0F and 90. RGB value is (168,15,144). Sum of RGB (Red+Green+Blue) = 168+15+144=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80F90 is #57F06F. Grayscale: #4B4B4B. Windows color (decimal): -5763184 or 9441192. OLE color: 9441192.
HSL color Cylindrical-coordinate representation of color #A80F90: hue angle of 309.41º 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 #A80F90 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 15 | 144 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.34 |
| HSL | 309.41º | 0.84% | 0.36% | - |
| HSV(B) | 309.41º | 0.91% | 0.66% | - |
| XYZ | 21.35 | 10.68 | 27.32 | - |
| YUV | 75.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 144 | 0 | 0.91 | 0.14 | 0.34 | 309.41 | 0.84 | 0.36 |
| Hex | A8 | F | 90 | 0 | 5B | E | 22 | 135 | 54 | 24 |
| Octal | 250 | 17 | 220 | 0 | 133 | 16 | 42 | 465 | 124 | 44 |
| Binary | 10101000 | 1111 | 10010000 | 0 | 1011011 | 1110 | 100010 | 100110101 | 1010100 | 100100 |
Color Harmonies of #A80F90
Complementary color
Monochromatic Colors of #A80F90
Black with #A80F90
Text Example
Text Example
White with #A80F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80F90; }
p { color: rgb(168,15,144); }
H1.HeaderClassName
{
color: #A80F90;
}
.AnyTagClassName
{
color: #A80F90;
}
</style>
background-color css
<style>
a { background-color: #A80F90; }
a { background-color: rgb(168,15,144); }
div.DivClassName
{
background-color: #A80F90;
}
.BgClassName
{
background-color: #A80F90;
}
</style>
border-color css
<style>
span { border-color: #A80F90; }
span { border-color: rgb(168,15,144); }
td.TdClassName
{
border-color: #A80F90;
}
.TagClassName
{
border-color: #A80F90;
}
</style>