Shades of Dark Violet #A20FCD
Tints of Dark Violet #A20FCD
RGB
CMYK
RGB Variations
Color information
#A20FCD (or 0xA20FCD) is known color: Dark Violet. HEX triplet: A2, 0F and CD. RGB value is (162,15,205). Sum of RGB (Red+Green+Blue) = 162+15+205=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #A20FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FCD is #5DF032. Grayscale: #505050. Windows color (decimal): -6156339 or 13438882. OLE color: 13438882.
HSL color Cylindrical-coordinate representation of color #A20FCD: hue angle of 286.42º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20FCD is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 15 | 205 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.20 |
| HSL | 286.42º | 0.86% | 0.43% | - |
| HSV(B) | 286.42º | 0.93% | 0.8% | - |
| XYZ | 26.09 | 12.43 | 58.78 | - |
| YUV | 80.61 | 198.2 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 205 | 0.21 | 0.93 | 0 | 0.20 | 286.42 | 0.86 | 0.43 |
| Hex | A2 | F | CD | 15 | 5D | 0 | 14 | 11E | 56 | 2B |
| Octal | 242 | 17 | 315 | 25 | 135 | 0 | 24 | 436 | 126 | 53 |
| Binary | 10100010 | 1111 | 11001101 | 10101 | 1011101 | 0 | 10100 | 100011110 | 1010110 | 101011 |
Color Harmonies of #A20FCD
Complementary color
Monochromatic Colors of #A20FCD
Black with #A20FCD
Text Example
Text Example
White with #A20FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FCD; }
p { color: rgb(162,15,205); }
H1.HeaderClassName
{
color: #A20FCD;
}
.AnyTagClassName
{
color: #A20FCD;
}
</style>
background-color css
<style>
a { background-color: #A20FCD; }
a { background-color: rgb(162,15,205); }
div.DivClassName
{
background-color: #A20FCD;
}
.BgClassName
{
background-color: #A20FCD;
}
</style>
border-color css
<style>
span { border-color: #A20FCD; }
span { border-color: rgb(162,15,205); }
td.TdClassName
{
border-color: #A20FCD;
}
.TagClassName
{
border-color: #A20FCD;
}
</style>