Shades of Dark Violet #A20FCE
Tints of Dark Violet #A20FCE
RGB
CMYK
RGB Variations
Color information
#A20FCE (or 0xA20FCE) is known color: Dark Violet. HEX triplet: A2, 0F and CE. RGB value is (162,15,206). Sum of RGB (Red+Green+Blue) = 162+15+206=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #A20FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FCE is #5DF031. Grayscale: #505050. Windows color (decimal): -6156338 or 13504418. OLE color: 13504418.
HSL color Cylindrical-coordinate representation of color #A20FCE: hue angle of 286.18º degrees, saturation: 0.86, 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 #A20FCE is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 15 | 206 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.19 |
| HSL | 286.18º | 0.86% | 0.43% | - |
| HSV(B) | 286.18º | 0.93% | 0.81% | - |
| XYZ | 26.21 | 12.48 | 59.42 | - |
| YUV | 80.73 | 198.7 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 206 | 0.21 | 0.93 | 0 | 0.19 | 286.18 | 0.86 | 0.43 |
| Hex | A2 | F | CE | 15 | 5D | 0 | 13 | 11E | 56 | 2B |
| Octal | 242 | 17 | 316 | 25 | 135 | 0 | 23 | 436 | 126 | 53 |
| Binary | 10100010 | 1111 | 11001110 | 10101 | 1011101 | 0 | 10011 | 100011110 | 1010110 | 101011 |
Color Harmonies of #A20FCE
Complementary color
Monochromatic Colors of #A20FCE
Black with #A20FCE
Text Example
Text Example
White with #A20FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FCE; }
p { color: rgb(162,15,206); }
H1.HeaderClassName
{
color: #A20FCE;
}
.AnyTagClassName
{
color: #A20FCE;
}
</style>
background-color css
<style>
a { background-color: #A20FCE; }
a { background-color: rgb(162,15,206); }
div.DivClassName
{
background-color: #A20FCE;
}
.BgClassName
{
background-color: #A20FCE;
}
</style>
border-color css
<style>
span { border-color: #A20FCE; }
span { border-color: rgb(162,15,206); }
td.TdClassName
{
border-color: #A20FCE;
}
.TagClassName
{
border-color: #A20FCE;
}
</style>