Shades of Dark Violet #A20ECF
Tints of Dark Violet #A20ECF
RGB
CMYK
RGB Variations
Color information
#A20ECF (or 0xA20ECF) is known color: Dark Violet. HEX triplet: A2, 0E and CF. RGB value is (162,14,207). Sum of RGB (Red+Green+Blue) = 162+14+207=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #A20ECF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ECF is #5DF130. Grayscale: #4F4F4F. Windows color (decimal): -6156593 or 13569698. OLE color: 13569698.
HSL color Cylindrical-coordinate representation of color #A20ECF: hue angle of 286.01º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20ECF is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 14 | 207 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.19 |
| HSL | 286.01º | 0.87% | 0.43% | - |
| HSV(B) | 286.01º | 0.93% | 0.81% | - |
| XYZ | 26.32 | 12.5 | 60.06 | - |
| YUV | 80.25 | 199.53 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 207 | 0.22 | 0.93 | 0 | 0.19 | 286.01 | 0.87 | 0.43 |
| Hex | A2 | E | CF | 16 | 5D | 0 | 13 | 11E | 57 | 2B |
| Octal | 242 | 16 | 317 | 26 | 135 | 0 | 23 | 436 | 127 | 53 |
| Binary | 10100010 | 1110 | 11001111 | 10110 | 1011101 | 0 | 10011 | 100011110 | 1010111 | 101011 |
Color Harmonies of #A20ECF
Complementary color
Monochromatic Colors of #A20ECF
Black with #A20ECF
Text Example
Text Example
White with #A20ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20ECF; }
p { color: rgb(162,14,207); }
H1.HeaderClassName
{
color: #A20ECF;
}
.AnyTagClassName
{
color: #A20ECF;
}
</style>
background-color css
<style>
a { background-color: #A20ECF; }
a { background-color: rgb(162,14,207); }
div.DivClassName
{
background-color: #A20ECF;
}
.BgClassName
{
background-color: #A20ECF;
}
</style>
border-color css
<style>
span { border-color: #A20ECF; }
span { border-color: rgb(162,14,207); }
td.TdClassName
{
border-color: #A20ECF;
}
.TagClassName
{
border-color: #A20ECF;
}
</style>