Shades of Dark Violet #A80DC1
Tints of Dark Violet #A80DC1
RGB
CMYK
RGB Variations
Color information
#A80DC1 (or 0xA80DC1) is known color: Dark Violet. HEX triplet: A8, 0D and C1. RGB value is (168,13,193). Sum of RGB (Red+Green+Blue) = 168+13+193=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #A80DC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DC1 is #57F23E. Grayscale: #4F4F4F. Windows color (decimal): -5763647 or 12651944. OLE color: 12651944.
HSL color Cylindrical-coordinate representation of color #A80DC1: hue angle of 291.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80DC1 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 13 | 193 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.24 |
| HSL | 291.67º | 0.87% | 0.4% | - |
| HSV(B) | 291.67º | 0.93% | 0.76% | - |
| XYZ | 25.92 | 12.46 | 51.49 | - |
| YUV | 79.87 | 191.85 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 193 | 0.13 | 0.93 | 0 | 0.24 | 291.67 | 0.87 | 0.4 |
| Hex | A8 | D | C1 | D | 5D | 0 | 18 | 124 | 57 | 28 |
| Octal | 250 | 15 | 301 | 15 | 135 | 0 | 30 | 444 | 127 | 50 |
| Binary | 10101000 | 1101 | 11000001 | 1101 | 1011101 | 0 | 11000 | 100100100 | 1010111 | 101000 |
Color Harmonies of #A80DC1
Complementary color
Monochromatic Colors of #A80DC1
Black with #A80DC1
Text Example
Text Example
White with #A80DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DC1; }
p { color: rgb(168,13,193); }
H1.HeaderClassName
{
color: #A80DC1;
}
.AnyTagClassName
{
color: #A80DC1;
}
</style>
background-color css
<style>
a { background-color: #A80DC1; }
a { background-color: rgb(168,13,193); }
div.DivClassName
{
background-color: #A80DC1;
}
.BgClassName
{
background-color: #A80DC1;
}
</style>
border-color css
<style>
span { border-color: #A80DC1; }
span { border-color: rgb(168,13,193); }
td.TdClassName
{
border-color: #A80DC1;
}
.TagClassName
{
border-color: #A80DC1;
}
</style>