Shades of Dark Violet #A20ADF
Tints of Dark Violet #A20ADF
RGB
CMYK
RGB Variations
Color information
#A20ADF (or 0xA20ADF) is known color: Dark Violet. HEX triplet: A2, 0A and DF. RGB value is (162,10,223). Sum of RGB (Red+Green+Blue) = 162+10+223=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #A20ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ADF is #5DF520. Grayscale: #4F4F4F. Windows color (decimal): -6157601 or 14617250. OLE color: 14617250.
HSL color Cylindrical-coordinate representation of color #A20ADF: hue angle of 282.82º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20ADF is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 10 | 223 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.13 |
| HSL | 282.82º | 0.91% | 0.46% | - |
| HSV(B) | 282.82º | 0.96% | 0.87% | - |
| XYZ | 28.33 | 13.23 | 70.87 | - |
| YUV | 79.73 | 208.86 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 223 | 0.27 | 0.96 | 0 | 0.13 | 282.82 | 0.91 | 0.46 |
| Hex | A2 | A | DF | 1B | 60 | 0 | D | 11B | 5B | 2E |
| Octal | 242 | 12 | 337 | 33 | 140 | 0 | 15 | 433 | 133 | 56 |
| Binary | 10100010 | 1010 | 11011111 | 11011 | 1100000 | 0 | 1101 | 100011011 | 1011011 | 101110 |
Color Harmonies of #A20ADF
Complementary color
Monochromatic Colors of #A20ADF
Black with #A20ADF
Text Example
Text Example
White with #A20ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20ADF; }
p { color: rgb(162,10,223); }
H1.HeaderClassName
{
color: #A20ADF;
}
.AnyTagClassName
{
color: #A20ADF;
}
</style>
background-color css
<style>
a { background-color: #A20ADF; }
a { background-color: rgb(162,10,223); }
div.DivClassName
{
background-color: #A20ADF;
}
.BgClassName
{
background-color: #A20ADF;
}
</style>
border-color css
<style>
span { border-color: #A20ADF; }
span { border-color: rgb(162,10,223); }
td.TdClassName
{
border-color: #A20ADF;
}
.TagClassName
{
border-color: #A20ADF;
}
</style>