Shades of Dark Violet #A20FC1
Tints of Dark Violet #A20FC1
RGB
CMYK
RGB Variations
Color information
#A20FC1 (or 0xA20FC1) is known color: Dark Violet. HEX triplet: A2, 0F and C1. RGB value is (162,15,193). Sum of RGB (Red+Green+Blue) = 162+15+193=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #A20FC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FC1 is #5DF03E. Grayscale: #4E4E4E. Windows color (decimal): -6156351 or 12652450. OLE color: 12652450.
HSL color Cylindrical-coordinate representation of color #A20FC1: hue angle of 289.55º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20FC1 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 15 | 193 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.24 |
| HSL | 289.55º | 0.86% | 0.41% | - |
| HSV(B) | 289.55º | 0.92% | 0.76% | - |
| XYZ | 24.7 | 11.87 | 51.44 | - |
| YUV | 79.25 | 192.2 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 193 | 0.16 | 0.92 | 0 | 0.24 | 289.55 | 0.86 | 0.41 |
| Hex | A2 | F | C1 | 10 | 5C | 0 | 18 | 122 | 56 | 29 |
| Octal | 242 | 17 | 301 | 20 | 134 | 0 | 30 | 442 | 126 | 51 |
| Binary | 10100010 | 1111 | 11000001 | 10000 | 1011100 | 0 | 11000 | 100100010 | 1010110 | 101001 |
Color Harmonies of #A20FC1
Complementary color
Monochromatic Colors of #A20FC1
Black with #A20FC1
Text Example
Text Example
White with #A20FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FC1; }
p { color: rgb(162,15,193); }
H1.HeaderClassName
{
color: #A20FC1;
}
.AnyTagClassName
{
color: #A20FC1;
}
</style>
background-color css
<style>
a { background-color: #A20FC1; }
a { background-color: rgb(162,15,193); }
div.DivClassName
{
background-color: #A20FC1;
}
.BgClassName
{
background-color: #A20FC1;
}
</style>
border-color css
<style>
span { border-color: #A20FC1; }
span { border-color: rgb(162,15,193); }
td.TdClassName
{
border-color: #A20FC1;
}
.TagClassName
{
border-color: #A20FC1;
}
</style>