Shades of Dark Violet #A80CCA
Tints of Dark Violet #A80CCA
RGB
CMYK
RGB Variations
Color information
#A80CCA (or 0xA80CCA) is known color: Dark Violet. HEX triplet: A8, 0C and CA. RGB value is (168,12,202). Sum of RGB (Red+Green+Blue) = 168+12+202=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #A80CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CCA is #57F335. Grayscale: #4F4F4F. Windows color (decimal): -5763894 or 13241512. OLE color: 13241512.
HSL color Cylindrical-coordinate representation of color #A80CCA: hue angle of 289.26º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80CCA is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 12 | 202 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.21 |
| HSL | 289.26º | 0.89% | 0.42% | - |
| HSV(B) | 289.26º | 0.94% | 0.79% | - |
| XYZ | 26.94 | 12.85 | 56.94 | - |
| YUV | 80.3 | 196.68 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 202 | 0.17 | 0.94 | 0 | 0.21 | 289.26 | 0.89 | 0.42 |
| Hex | A8 | C | CA | 11 | 5E | 0 | 15 | 121 | 59 | 2A |
| Octal | 250 | 14 | 312 | 21 | 136 | 0 | 25 | 441 | 131 | 52 |
| Binary | 10101000 | 1100 | 11001010 | 10001 | 1011110 | 0 | 10101 | 100100001 | 1011001 | 101010 |
Color Harmonies of #A80CCA
Complementary color
Monochromatic Colors of #A80CCA
Black with #A80CCA
Text Example
Text Example
White with #A80CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CCA; }
p { color: rgb(168,12,202); }
H1.HeaderClassName
{
color: #A80CCA;
}
.AnyTagClassName
{
color: #A80CCA;
}
</style>
background-color css
<style>
a { background-color: #A80CCA; }
a { background-color: rgb(168,12,202); }
div.DivClassName
{
background-color: #A80CCA;
}
.BgClassName
{
background-color: #A80CCA;
}
</style>
border-color css
<style>
span { border-color: #A80CCA; }
span { border-color: rgb(168,12,202); }
td.TdClassName
{
border-color: #A80CCA;
}
.TagClassName
{
border-color: #A80CCA;
}
</style>