Shades of Dark Violet #A20DCF
Tints of Dark Violet #A20DCF
RGB
CMYK
RGB Variations
Color information
#A20DCF (or 0xA20DCF) is known color: Dark Violet. HEX triplet: A2, 0D and CF. RGB value is (162,13,207). Sum of RGB (Red+Green+Blue) = 162+13+207=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #A20DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DCF is #5DF230. Grayscale: #4F4F4F. Windows color (decimal): -6156849 or 13569442. OLE color: 13569442.
HSL color Cylindrical-coordinate representation of color #A20DCF: hue angle of 286.08º degrees, saturation: 0.88, 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 #A20DCF is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 13 | 207 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.19 |
| HSL | 286.08º | 0.88% | 0.43% | - |
| HSV(B) | 286.08º | 0.94% | 0.81% | - |
| XYZ | 26.31 | 12.47 | 60.05 | - |
| YUV | 79.67 | 199.86 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 207 | 0.22 | 0.94 | 0 | 0.19 | 286.08 | 0.88 | 0.43 |
| Hex | A2 | D | CF | 16 | 5E | 0 | 13 | 11E | 58 | 2B |
| Octal | 242 | 15 | 317 | 26 | 136 | 0 | 23 | 436 | 130 | 53 |
| Binary | 10100010 | 1101 | 11001111 | 10110 | 1011110 | 0 | 10011 | 100011110 | 1011000 | 101011 |
Color Harmonies of #A20DCF
Complementary color
Monochromatic Colors of #A20DCF
Black with #A20DCF
Text Example
Text Example
White with #A20DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20DCF; }
p { color: rgb(162,13,207); }
H1.HeaderClassName
{
color: #A20DCF;
}
.AnyTagClassName
{
color: #A20DCF;
}
</style>
background-color css
<style>
a { background-color: #A20DCF; }
a { background-color: rgb(162,13,207); }
div.DivClassName
{
background-color: #A20DCF;
}
.BgClassName
{
background-color: #A20DCF;
}
</style>
border-color css
<style>
span { border-color: #A20DCF; }
span { border-color: rgb(162,13,207); }
td.TdClassName
{
border-color: #A20DCF;
}
.TagClassName
{
border-color: #A20DCF;
}
</style>