Shades of Dark Violet #A80DCD
Tints of Dark Violet #A80DCD
RGB
CMYK
RGB Variations
Color information
#A80DCD (or 0xA80DCD) is known color: Dark Violet. HEX triplet: A8, 0D and CD. RGB value is (168,13,205). Sum of RGB (Red+Green+Blue) = 168+13+205=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #A80DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DCD is #57F232. Grayscale: #505050. Windows color (decimal): -5763635 or 13438376. OLE color: 13438376.
HSL color Cylindrical-coordinate representation of color #A80DCD: hue angle of 288.44º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80DCD is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 13 | 205 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.20 |
| HSL | 288.44º | 0.88% | 0.43% | - |
| HSV(B) | 288.44º | 0.94% | 0.8% | - |
| XYZ | 27.31 | 13.02 | 58.83 | - |
| YUV | 81.23 | 197.85 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 205 | 0.18 | 0.94 | 0 | 0.20 | 288.44 | 0.88 | 0.43 |
| Hex | A8 | D | CD | 12 | 5E | 0 | 14 | 120 | 58 | 2B |
| Octal | 250 | 15 | 315 | 22 | 136 | 0 | 24 | 440 | 130 | 53 |
| Binary | 10101000 | 1101 | 11001101 | 10010 | 1011110 | 0 | 10100 | 100100000 | 1011000 | 101011 |
Color Harmonies of #A80DCD
Complementary color
Monochromatic Colors of #A80DCD
Black with #A80DCD
Text Example
Text Example
White with #A80DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DCD; }
p { color: rgb(168,13,205); }
H1.HeaderClassName
{
color: #A80DCD;
}
.AnyTagClassName
{
color: #A80DCD;
}
</style>
background-color css
<style>
a { background-color: #A80DCD; }
a { background-color: rgb(168,13,205); }
div.DivClassName
{
background-color: #A80DCD;
}
.BgClassName
{
background-color: #A80DCD;
}
</style>
border-color css
<style>
span { border-color: #A80DCD; }
span { border-color: rgb(168,13,205); }
td.TdClassName
{
border-color: #A80DCD;
}
.TagClassName
{
border-color: #A80DCD;
}
</style>