Shades of Dark Violet #A213CD
Tints of Dark Violet #A213CD
RGB
CMYK
RGB Variations
Color information
#A213CD (or 0xA213CD) is known color: Dark Violet. HEX triplet: A2, 13 and CD. RGB value is (162,19,205). Sum of RGB (Red+Green+Blue) = 162+19+205=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #A213CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A213CD is #5DEC32. Grayscale: #525252. Windows color (decimal): -6155315 or 13439906. OLE color: 13439906.
HSL color Cylindrical-coordinate representation of color #A213CD: hue angle of 286.13º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A213CD is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 19 | 205 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.20 |
| HSL | 286.13º | 0.83% | 0.44% | - |
| HSV(B) | 286.13º | 0.91% | 0.8% | - |
| XYZ | 26.15 | 12.55 | 58.8 | - |
| YUV | 82.96 | 196.88 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 205 | 0.21 | 0.91 | 0 | 0.20 | 286.13 | 0.83 | 0.44 |
| Hex | A2 | 13 | CD | 15 | 5B | 0 | 14 | 11E | 53 | 2C |
| Octal | 242 | 23 | 315 | 25 | 133 | 0 | 24 | 436 | 123 | 54 |
| Binary | 10100010 | 10011 | 11001101 | 10101 | 1011011 | 0 | 10100 | 100011110 | 1010011 | 101100 |
Color Harmonies of #A213CD
Complementary color
Monochromatic Colors of #A213CD
Black with #A213CD
Text Example
Text Example
White with #A213CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A213CD; }
p { color: rgb(162,19,205); }
H1.HeaderClassName
{
color: #A213CD;
}
.AnyTagClassName
{
color: #A213CD;
}
</style>
background-color css
<style>
a { background-color: #A213CD; }
a { background-color: rgb(162,19,205); }
div.DivClassName
{
background-color: #A213CD;
}
.BgClassName
{
background-color: #A213CD;
}
</style>
border-color css
<style>
span { border-color: #A213CD; }
span { border-color: rgb(162,19,205); }
td.TdClassName
{
border-color: #A213CD;
}
.TagClassName
{
border-color: #A213CD;
}
</style>