Shades of Dark Violet #A80DC0
Tints of Dark Violet #A80DC0
RGB
CMYK
RGB Variations
Color information
#A80DC0 (or 0xA80DC0) is known color: Dark Violet. HEX triplet: A8, 0D and C0. RGB value is (168,13,192). Sum of RGB (Red+Green+Blue) = 168+13+192=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #A80DC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DC0 is #57F23F. Grayscale: #4F4F4F. Windows color (decimal): -5763648 or 12586408. OLE color: 12586408.
HSL color Cylindrical-coordinate representation of color #A80DC0: hue angle of 291.96º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80DC0 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 13 | 192 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.25 |
| HSL | 291.96º | 0.87% | 0.4% | - |
| HSV(B) | 291.96º | 0.93% | 0.75% | - |
| XYZ | 25.81 | 12.42 | 50.91 | - |
| YUV | 79.75 | 191.35 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 192 | 0.12 | 0.93 | 0 | 0.25 | 291.96 | 0.87 | 0.4 |
| Hex | A8 | D | C0 | C | 5D | 0 | 19 | 124 | 57 | 28 |
| Octal | 250 | 15 | 300 | 14 | 135 | 0 | 31 | 444 | 127 | 50 |
| Binary | 10101000 | 1101 | 11000000 | 1100 | 1011101 | 0 | 11001 | 100100100 | 1010111 | 101000 |
Color Harmonies of #A80DC0
Complementary color
Monochromatic Colors of #A80DC0
Black with #A80DC0
Text Example
Text Example
White with #A80DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DC0; }
p { color: rgb(168,13,192); }
H1.HeaderClassName
{
color: #A80DC0;
}
.AnyTagClassName
{
color: #A80DC0;
}
</style>
background-color css
<style>
a { background-color: #A80DC0; }
a { background-color: rgb(168,13,192); }
div.DivClassName
{
background-color: #A80DC0;
}
.BgClassName
{
background-color: #A80DC0;
}
</style>
border-color css
<style>
span { border-color: #A80DC0; }
span { border-color: rgb(168,13,192); }
td.TdClassName
{
border-color: #A80DC0;
}
.TagClassName
{
border-color: #A80DC0;
}
</style>