Shades of Dark Violet #A80DC3
Tints of Dark Violet #A80DC3
RGB
CMYK
RGB Variations
Color information
#A80DC3 (or 0xA80DC3) is known color: Dark Violet. HEX triplet: A8, 0D and C3. RGB value is (168,13,195). Sum of RGB (Red+Green+Blue) = 168+13+195=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 195 (76.56% from 255 or 51.86% from 376); Max value from RGB is 195 - color contains mainly: blue. Hex color #A80DC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DC3 is #57F23C. Grayscale: #4F4F4F. Windows color (decimal): -5763645 or 12783016. OLE color: 12783016.
HSL color Cylindrical-coordinate representation of color #A80DC3: hue angle of 291.1º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80DC3 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 13 | 195 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.24 |
| HSL | 291.1º | 0.88% | 0.41% | - |
| HSV(B) | 291.1º | 0.93% | 0.76% | - |
| XYZ | 26.14 | 12.55 | 52.67 | - |
| YUV | 80.09 | 192.85 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 195 | 0.14 | 0.93 | 0 | 0.24 | 291.1 | 0.88 | 0.41 |
| Hex | A8 | D | C3 | E | 5D | 0 | 18 | 123 | 58 | 29 |
| Octal | 250 | 15 | 303 | 16 | 135 | 0 | 30 | 443 | 130 | 51 |
| Binary | 10101000 | 1101 | 11000011 | 1110 | 1011101 | 0 | 11000 | 100100011 | 1011000 | 101001 |
Color Harmonies of #A80DC3
Complementary color
Monochromatic Colors of #A80DC3
Black with #A80DC3
Text Example
Text Example
White with #A80DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DC3; }
p { color: rgb(168,13,195); }
H1.HeaderClassName
{
color: #A80DC3;
}
.AnyTagClassName
{
color: #A80DC3;
}
</style>
background-color css
<style>
a { background-color: #A80DC3; }
a { background-color: rgb(168,13,195); }
div.DivClassName
{
background-color: #A80DC3;
}
.BgClassName
{
background-color: #A80DC3;
}
</style>
border-color css
<style>
span { border-color: #A80DC3; }
span { border-color: rgb(168,13,195); }
td.TdClassName
{
border-color: #A80DC3;
}
.TagClassName
{
border-color: #A80DC3;
}
</style>