Shades of Dark Violet #A80CBC
Tints of Dark Violet #A80CBC
RGB
CMYK
RGB Variations
Color information
#A80CBC (or 0xA80CBC) is known color: Dark Violet. HEX triplet: A8, 0C and BC. RGB value is (168,12,188). Sum of RGB (Red+Green+Blue) = 168+12+188=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #A80CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CBC is #57F343. Grayscale: #4E4E4E. Windows color (decimal): -5763908 or 12324008. OLE color: 12324008.
HSL color Cylindrical-coordinate representation of color #A80CBC: hue angle of 293.18º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80CBC is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 12 | 188 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.26 |
| HSL | 293.18º | 0.88% | 0.39% | - |
| HSV(B) | 293.18º | 0.94% | 0.74% | - |
| XYZ | 25.36 | 12.22 | 48.6 | - |
| YUV | 78.71 | 189.68 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 188 | 0.11 | 0.94 | 0 | 0.26 | 293.18 | 0.88 | 0.39 |
| Hex | A8 | C | BC | B | 5E | 0 | 1A | 125 | 58 | 27 |
| Octal | 250 | 14 | 274 | 13 | 136 | 0 | 32 | 445 | 130 | 47 |
| Binary | 10101000 | 1100 | 10111100 | 1011 | 1011110 | 0 | 11010 | 100100101 | 1011000 | 100111 |
Color Harmonies of #A80CBC
Complementary color
Monochromatic Colors of #A80CBC
Black with #A80CBC
Text Example
Text Example
White with #A80CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CBC; }
p { color: rgb(168,12,188); }
H1.HeaderClassName
{
color: #A80CBC;
}
.AnyTagClassName
{
color: #A80CBC;
}
</style>
background-color css
<style>
a { background-color: #A80CBC; }
a { background-color: rgb(168,12,188); }
div.DivClassName
{
background-color: #A80CBC;
}
.BgClassName
{
background-color: #A80CBC;
}
</style>
border-color css
<style>
span { border-color: #A80CBC; }
span { border-color: rgb(168,12,188); }
td.TdClassName
{
border-color: #A80CBC;
}
.TagClassName
{
border-color: #A80CBC;
}
</style>