Shades of Dark Violet #A80CCE
Tints of Dark Violet #A80CCE
RGB
CMYK
RGB Variations
Color information
#A80CCE (or 0xA80CCE) is known color: Dark Violet. HEX triplet: A8, 0C and CE. RGB value is (168,12,206). Sum of RGB (Red+Green+Blue) = 168+12+206=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #A80CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CCE is #57F331. Grayscale: #505050. Windows color (decimal): -5763890 or 13503656. OLE color: 13503656.
HSL color Cylindrical-coordinate representation of color #A80CCE: hue angle of 288.25º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80CCE is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 12 | 206 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.19 |
| HSL | 288.25º | 0.89% | 0.43% | - |
| HSV(B) | 288.25º | 0.94% | 0.81% | - |
| XYZ | 27.42 | 13.04 | 59.47 | - |
| YUV | 80.76 | 198.68 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 206 | 0.18 | 0.94 | 0 | 0.19 | 288.25 | 0.89 | 0.43 |
| Hex | A8 | C | CE | 12 | 5E | 0 | 13 | 120 | 59 | 2B |
| Octal | 250 | 14 | 316 | 22 | 136 | 0 | 23 | 440 | 131 | 53 |
| Binary | 10101000 | 1100 | 11001110 | 10010 | 1011110 | 0 | 10011 | 100100000 | 1011001 | 101011 |
Color Harmonies of #A80CCE
Complementary color
Monochromatic Colors of #A80CCE
Black with #A80CCE
Text Example
Text Example
White with #A80CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CCE; }
p { color: rgb(168,12,206); }
H1.HeaderClassName
{
color: #A80CCE;
}
.AnyTagClassName
{
color: #A80CCE;
}
</style>
background-color css
<style>
a { background-color: #A80CCE; }
a { background-color: rgb(168,12,206); }
div.DivClassName
{
background-color: #A80CCE;
}
.BgClassName
{
background-color: #A80CCE;
}
</style>
border-color css
<style>
span { border-color: #A80CCE; }
span { border-color: rgb(168,12,206); }
td.TdClassName
{
border-color: #A80CCE;
}
.TagClassName
{
border-color: #A80CCE;
}
</style>