Shades of Dark Violet #A20CCD
Tints of Dark Violet #A20CCD
RGB
CMYK
RGB Variations
Color information
#A20CCD (or 0xA20CCD) is known color: Dark Violet. HEX triplet: A2, 0C and CD. RGB value is (162,12,205). Sum of RGB (Red+Green+Blue) = 162+12+205=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #A20CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CCD is #5DF332. Grayscale: #4E4E4E. Windows color (decimal): -6157107 or 13438114. OLE color: 13438114.
HSL color Cylindrical-coordinate representation of color #A20CCD: hue angle of 286.63º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20CCD is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 12 | 205 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.20 |
| HSL | 286.63º | 0.89% | 0.43% | - |
| HSV(B) | 286.63º | 0.94% | 0.8% | - |
| XYZ | 26.05 | 12.35 | 58.77 | - |
| YUV | 78.85 | 199.2 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 205 | 0.21 | 0.94 | 0 | 0.20 | 286.63 | 0.89 | 0.43 |
| Hex | A2 | C | CD | 15 | 5E | 0 | 14 | 11F | 59 | 2B |
| Octal | 242 | 14 | 315 | 25 | 136 | 0 | 24 | 437 | 131 | 53 |
| Binary | 10100010 | 1100 | 11001101 | 10101 | 1011110 | 0 | 10100 | 100011111 | 1011001 | 101011 |
Color Harmonies of #A20CCD
Complementary color
Monochromatic Colors of #A20CCD
Black with #A20CCD
Text Example
Text Example
White with #A20CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CCD; }
p { color: rgb(162,12,205); }
H1.HeaderClassName
{
color: #A20CCD;
}
.AnyTagClassName
{
color: #A20CCD;
}
</style>
background-color css
<style>
a { background-color: #A20CCD; }
a { background-color: rgb(162,12,205); }
div.DivClassName
{
background-color: #A20CCD;
}
.BgClassName
{
background-color: #A20CCD;
}
</style>
border-color css
<style>
span { border-color: #A20CCD; }
span { border-color: rgb(162,12,205); }
td.TdClassName
{
border-color: #A20CCD;
}
.TagClassName
{
border-color: #A20CCD;
}
</style>