Shades of Dark Magenta #A80FAB
Tints of Dark Magenta #A80FAB
RGB
CMYK
RGB Variations
Color information
#A80FAB (or 0xA80FAB) is known color: Dark Magenta. HEX triplet: A8, 0F and AB. RGB value is (168,15,171). Sum of RGB (Red+Green+Blue) = 168+15+171=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #A80FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80FAB is #57F054. Grayscale: #4E4E4E. Windows color (decimal): -5763157 or 11210664. OLE color: 11210664.
HSL color Cylindrical-coordinate representation of color #A80FAB: hue angle of 298.85º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A80FAB is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 15 | 171 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.33 |
| HSL | 298.85º | 0.84% | 0.36% | - |
| HSV(B) | 298.85º | 0.91% | 0.67% | - |
| XYZ | 23.67 | 11.61 | 39.52 | - |
| YUV | 78.53 | 180.19 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 171 | 0.02 | 0.91 | 0 | 0.33 | 298.85 | 0.84 | 0.36 |
| Hex | A8 | F | AB | 2 | 5B | 0 | 21 | 12B | 54 | 24 |
| Octal | 250 | 17 | 253 | 2 | 133 | 0 | 41 | 453 | 124 | 44 |
| Binary | 10101000 | 1111 | 10101011 | 10 | 1011011 | 0 | 100001 | 100101011 | 1010100 | 100100 |
Color Harmonies of #A80FAB
Complementary color
Monochromatic Colors of #A80FAB
Black with #A80FAB
Text Example
Text Example
White with #A80FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FAB; }
p { color: rgb(168,15,171); }
H1.HeaderClassName
{
color: #A80FAB;
}
.AnyTagClassName
{
color: #A80FAB;
}
</style>
background-color css
<style>
a { background-color: #A80FAB; }
a { background-color: rgb(168,15,171); }
div.DivClassName
{
background-color: #A80FAB;
}
.BgClassName
{
background-color: #A80FAB;
}
</style>
border-color css
<style>
span { border-color: #A80FAB; }
span { border-color: rgb(168,15,171); }
td.TdClassName
{
border-color: #A80FAB;
}
.TagClassName
{
border-color: #A80FAB;
}
</style>