Shades of Dark Violet #A20FF0
Tints of Dark Violet #A20FF0
RGB
CMYK
RGB Variations
Color information
#A20FF0 (or 0xA20FF0) is known color: Dark Violet. HEX triplet: A2, 0F and F0. RGB value is (162,15,240). Sum of RGB (Red+Green+Blue) = 162+15+240=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #A20FF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20FF0 is #5DF00F. Grayscale: #535353. Windows color (decimal): -6156304 or 15732642. OLE color: 15732642.
HSL color Cylindrical-coordinate representation of color #A20FF0: hue angle of 279.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20FF0 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 15 | 240 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.06 |
| HSL | 279.2º | 0.88% | 0.5% | - |
| HSV(B) | 279.2º | 0.94% | 0.94% | - |
| XYZ | 30.8 | 14.31 | 83.58 | - |
| YUV | 84.6 | 215.7 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 240 | 0.32 | 0.94 | 0 | 0.06 | 279.2 | 0.88 | 0.5 |
| Hex | A2 | F | F0 | 20 | 5E | 0 | 6 | 117 | 58 | 32 |
| Octal | 242 | 17 | 360 | 40 | 136 | 0 | 6 | 427 | 130 | 62 |
| Binary | 10100010 | 1111 | 11110000 | 100000 | 1011110 | 0 | 110 | 100010111 | 1011000 | 110010 |
Color Harmonies of #A20FF0
Complementary color
Monochromatic Colors of #A20FF0
Black with #A20FF0
Text Example
Text Example
White with #A20FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FF0; }
p { color: rgb(162,15,240); }
H1.HeaderClassName
{
color: #A20FF0;
}
.AnyTagClassName
{
color: #A20FF0;
}
</style>
background-color css
<style>
a { background-color: #A20FF0; }
a { background-color: rgb(162,15,240); }
div.DivClassName
{
background-color: #A20FF0;
}
.BgClassName
{
background-color: #A20FF0;
}
</style>
border-color css
<style>
span { border-color: #A20FF0; }
span { border-color: rgb(162,15,240); }
td.TdClassName
{
border-color: #A20FF0;
}
.TagClassName
{
border-color: #A20FF0;
}
</style>