Shades of Dark Violet #A80FD0
Tints of Dark Violet #A80FD0
RGB
CMYK
RGB Variations
Color information
#A80FD0 (or 0xA80FD0) is known color: Dark Violet. HEX triplet: A8, 0F and D0. RGB value is (168,15,208). Sum of RGB (Red+Green+Blue) = 168+15+208=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #A80FD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FD0 is #57F02F. Grayscale: #525252. Windows color (decimal): -5763120 or 13635496. OLE color: 13635496.
HSL color Cylindrical-coordinate representation of color #A80FD0: hue angle of 287.56º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80FD0 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 15 | 208 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.18 |
| HSL | 287.56º | 0.87% | 0.44% | - |
| HSV(B) | 287.56º | 0.93% | 0.82% | - |
| XYZ | 27.7 | 13.22 | 60.77 | - |
| YUV | 82.75 | 198.69 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 208 | 0.19 | 0.93 | 0 | 0.18 | 287.56 | 0.87 | 0.44 |
| Hex | A8 | F | D0 | 13 | 5D | 0 | 12 | 120 | 57 | 2C |
| Octal | 250 | 17 | 320 | 23 | 135 | 0 | 22 | 440 | 127 | 54 |
| Binary | 10101000 | 1111 | 11010000 | 10011 | 1011101 | 0 | 10010 | 100100000 | 1010111 | 101100 |
Color Harmonies of #A80FD0
Complementary color
Monochromatic Colors of #A80FD0
Black with #A80FD0
Text Example
Text Example
White with #A80FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FD0; }
p { color: rgb(168,15,208); }
H1.HeaderClassName
{
color: #A80FD0;
}
.AnyTagClassName
{
color: #A80FD0;
}
</style>
background-color css
<style>
a { background-color: #A80FD0; }
a { background-color: rgb(168,15,208); }
div.DivClassName
{
background-color: #A80FD0;
}
.BgClassName
{
background-color: #A80FD0;
}
</style>
border-color css
<style>
span { border-color: #A80FD0; }
span { border-color: rgb(168,15,208); }
td.TdClassName
{
border-color: #A80FD0;
}
.TagClassName
{
border-color: #A80FD0;
}
</style>