Shades of Dark Violet #A80CCC
Tints of Dark Violet #A80CCC
RGB
CMYK
RGB Variations
Color information
#A80CCC (or 0xA80CCC) is known color: Dark Violet. HEX triplet: A8, 0C and CC. RGB value is (168,12,204). Sum of RGB (Red+Green+Blue) = 168+12+204=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #A80CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CCC is #57F333. Grayscale: #4F4F4F. Windows color (decimal): -5763892 or 13372584. OLE color: 13372584.
HSL color Cylindrical-coordinate representation of color #A80CCC: hue angle of 288.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80CCC is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 12 | 204 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.2 |
| HSL | 288.75º | 0.89% | 0.42% | - |
| HSV(B) | 288.75º | 0.94% | 0.8% | - |
| XYZ | 27.18 | 12.95 | 58.19 | - |
| YUV | 80.53 | 197.68 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 204 | 0.18 | 0.94 | 0 | 0.2 | 288.75 | 0.89 | 0.42 |
| Hex | A8 | C | CC | 12 | 5E | 0 | 14 | 121 | 59 | 2A |
| Octal | 250 | 14 | 314 | 22 | 136 | 0 | 24 | 441 | 131 | 52 |
| Binary | 10101000 | 1100 | 11001100 | 10010 | 1011110 | 0 | 10100 | 100100001 | 1011001 | 101010 |
Color Harmonies of #A80CCC
Complementary color
Monochromatic Colors of #A80CCC
Black with #A80CCC
Text Example
Text Example
White with #A80CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CCC; }
p { color: rgb(168,12,204); }
H1.HeaderClassName
{
color: #A80CCC;
}
.AnyTagClassName
{
color: #A80CCC;
}
</style>
background-color css
<style>
a { background-color: #A80CCC; }
a { background-color: rgb(168,12,204); }
div.DivClassName
{
background-color: #A80CCC;
}
.BgClassName
{
background-color: #A80CCC;
}
</style>
border-color css
<style>
span { border-color: #A80CCC; }
span { border-color: rgb(168,12,204); }
td.TdClassName
{
border-color: #A80CCC;
}
.TagClassName
{
border-color: #A80CCC;
}
</style>