Shades of Dark Magenta #A80FAA
Tints of Dark Magenta #A80FAA
RGB
CMYK
RGB Variations
Color information
#A80FAA (or 0xA80FAA) is known color: Dark Magenta. HEX triplet: A8, 0F and AA. RGB value is (168,15,170). Sum of RGB (Red+Green+Blue) = 168+15+170=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #A80FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80FAA is #57F055. Grayscale: #4D4D4D. Windows color (decimal): -5763158 or 11145128. OLE color: 11145128.
HSL color Cylindrical-coordinate representation of color #A80FAA: hue angle of 299.23º 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 #A80FAA is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 15 | 170 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.33 |
| HSL | 299.23º | 0.84% | 0.36% | - |
| HSV(B) | 299.23º | 0.91% | 0.67% | - |
| XYZ | 23.57 | 11.57 | 39.02 | - |
| YUV | 78.42 | 179.69 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 170 | 0.01 | 0.91 | 0 | 0.33 | 299.23 | 0.84 | 0.36 |
| Hex | A8 | F | AA | 1 | 5B | 0 | 21 | 12B | 54 | 24 |
| Octal | 250 | 17 | 252 | 1 | 133 | 0 | 41 | 453 | 124 | 44 |
| Binary | 10101000 | 1111 | 10101010 | 1 | 1011011 | 0 | 100001 | 100101011 | 1010100 | 100100 |
Color Harmonies of #A80FAA
Complementary color
Monochromatic Colors of #A80FAA
Black with #A80FAA
Text Example
Text Example
White with #A80FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FAA; }
p { color: rgb(168,15,170); }
H1.HeaderClassName
{
color: #A80FAA;
}
.AnyTagClassName
{
color: #A80FAA;
}
</style>
background-color css
<style>
a { background-color: #A80FAA; }
a { background-color: rgb(168,15,170); }
div.DivClassName
{
background-color: #A80FAA;
}
.BgClassName
{
background-color: #A80FAA;
}
</style>
border-color css
<style>
span { border-color: #A80FAA; }
span { border-color: rgb(168,15,170); }
td.TdClassName
{
border-color: #A80FAA;
}
.TagClassName
{
border-color: #A80FAA;
}
</style>