Shades of Dark Violet #A20CD3
Tints of Dark Violet #A20CD3
RGB
CMYK
RGB Variations
Color information
#A20CD3 (or 0xA20CD3) is known color: Dark Violet. HEX triplet: A2, 0C and D3. RGB value is (162,12,211). Sum of RGB (Red+Green+Blue) = 162+12+211=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 211 (82.81% from 255 or 54.81% from 385); Max value from RGB is 211 - color contains mainly: blue. Hex color #A20CD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CD3 is #5DF32C. Grayscale: #4E4E4E. Windows color (decimal): -6157101 or 13831330. OLE color: 13831330.
HSL color Cylindrical-coordinate representation of color #A20CD3: hue angle of 285.23º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20CD3 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 12 | 211 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.17 |
| HSL | 285.23º | 0.89% | 0.44% | - |
| HSV(B) | 285.23º | 0.94% | 0.83% | - |
| XYZ | 26.79 | 12.65 | 62.66 | - |
| YUV | 79.54 | 202.2 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 211 | 0.23 | 0.94 | 0 | 0.17 | 285.23 | 0.89 | 0.44 |
| Hex | A2 | C | D3 | 17 | 5E | 0 | 11 | 11D | 59 | 2C |
| Octal | 242 | 14 | 323 | 27 | 136 | 0 | 21 | 435 | 131 | 54 |
| Binary | 10100010 | 1100 | 11010011 | 10111 | 1011110 | 0 | 10001 | 100011101 | 1011001 | 101100 |
Color Harmonies of #A20CD3
Complementary color
Monochromatic Colors of #A20CD3
Black with #A20CD3
Text Example
Text Example
White with #A20CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CD3; }
p { color: rgb(162,12,211); }
H1.HeaderClassName
{
color: #A20CD3;
}
.AnyTagClassName
{
color: #A20CD3;
}
</style>
background-color css
<style>
a { background-color: #A20CD3; }
a { background-color: rgb(162,12,211); }
div.DivClassName
{
background-color: #A20CD3;
}
.BgClassName
{
background-color: #A20CD3;
}
</style>
border-color css
<style>
span { border-color: #A20CD3; }
span { border-color: rgb(162,12,211); }
td.TdClassName
{
border-color: #A20CD3;
}
.TagClassName
{
border-color: #A20CD3;
}
</style>