Shades of Dark Violet #A20FDC
Tints of Dark Violet #A20FDC
RGB
CMYK
RGB Variations
Color information
#A20FDC (or 0xA20FDC) is known color: Dark Violet. HEX triplet: A2, 0F and DC. RGB value is (162,15,220). Sum of RGB (Red+Green+Blue) = 162+15+220=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #A20FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FDC is #5DF023. Grayscale: #515151. Windows color (decimal): -6156324 or 14421922. OLE color: 14421922.
HSL color Cylindrical-coordinate representation of color #A20FDC: hue angle of 283.02º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20FDC is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 15 | 220 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.14 |
| HSL | 283.02º | 0.87% | 0.46% | - |
| HSV(B) | 283.02º | 0.93% | 0.86% | - |
| XYZ | 27.99 | 13.19 | 68.78 | - |
| YUV | 82.32 | 205.7 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 220 | 0.26 | 0.93 | 0 | 0.14 | 283.02 | 0.87 | 0.46 |
| Hex | A2 | F | DC | 1A | 5D | 0 | E | 11B | 57 | 2E |
| Octal | 242 | 17 | 334 | 32 | 135 | 0 | 16 | 433 | 127 | 56 |
| Binary | 10100010 | 1111 | 11011100 | 11010 | 1011101 | 0 | 1110 | 100011011 | 1010111 | 101110 |
Color Harmonies of #A20FDC
Complementary color
Monochromatic Colors of #A20FDC
Black with #A20FDC
Text Example
Text Example
White with #A20FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FDC; }
p { color: rgb(162,15,220); }
H1.HeaderClassName
{
color: #A20FDC;
}
.AnyTagClassName
{
color: #A20FDC;
}
</style>
background-color css
<style>
a { background-color: #A20FDC; }
a { background-color: rgb(162,15,220); }
div.DivClassName
{
background-color: #A20FDC;
}
.BgClassName
{
background-color: #A20FDC;
}
</style>
border-color css
<style>
span { border-color: #A20FDC; }
span { border-color: rgb(162,15,220); }
td.TdClassName
{
border-color: #A20FDC;
}
.TagClassName
{
border-color: #A20FDC;
}
</style>