Shades of Dark Violet #A80DBC
Tints of Dark Violet #A80DBC
RGB
CMYK
RGB Variations
Color information
#A80DBC (or 0xA80DBC) is known color: Dark Violet. HEX triplet: A8, 0D and BC. RGB value is (168,13,188). Sum of RGB (Red+Green+Blue) = 168+13+188=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #A80DBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DBC is #57F243. Grayscale: #4E4E4E. Windows color (decimal): -5763652 or 12324264. OLE color: 12324264.
HSL color Cylindrical-coordinate representation of color #A80DBC: hue angle of 293.14º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80DBC is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 13 | 188 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.26 |
| HSL | 293.14º | 0.87% | 0.39% | - |
| HSV(B) | 293.14º | 0.93% | 0.74% | - |
| XYZ | 25.37 | 12.24 | 48.6 | - |
| YUV | 79.3 | 189.35 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 188 | 0.11 | 0.93 | 0 | 0.26 | 293.14 | 0.87 | 0.39 |
| Hex | A8 | D | BC | B | 5D | 0 | 1A | 125 | 57 | 27 |
| Octal | 250 | 15 | 274 | 13 | 135 | 0 | 32 | 445 | 127 | 47 |
| Binary | 10101000 | 1101 | 10111100 | 1011 | 1011101 | 0 | 11010 | 100100101 | 1010111 | 100111 |
Color Harmonies of #A80DBC
Complementary color
Monochromatic Colors of #A80DBC
Black with #A80DBC
Text Example
Text Example
White with #A80DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DBC; }
p { color: rgb(168,13,188); }
H1.HeaderClassName
{
color: #A80DBC;
}
.AnyTagClassName
{
color: #A80DBC;
}
</style>
background-color css
<style>
a { background-color: #A80DBC; }
a { background-color: rgb(168,13,188); }
div.DivClassName
{
background-color: #A80DBC;
}
.BgClassName
{
background-color: #A80DBC;
}
</style>
border-color css
<style>
span { border-color: #A80DBC; }
span { border-color: rgb(168,13,188); }
td.TdClassName
{
border-color: #A80DBC;
}
.TagClassName
{
border-color: #A80DBC;
}
</style>