Shades of Dark Violet #A213D0
Tints of Dark Violet #A213D0
RGB
CMYK
RGB Variations
Color information
#A213D0 (or 0xA213D0) is known color: Dark Violet. HEX triplet: A2, 13 and D0. RGB value is (162,19,208). Sum of RGB (Red+Green+Blue) = 162+19+208=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #A213D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A213D0 is #5DEC2F. Grayscale: #525252. Windows color (decimal): -6155312 or 13636514. OLE color: 13636514.
HSL color Cylindrical-coordinate representation of color #A213D0: hue angle of 285.4º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A213D0 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 19 | 208 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.18 |
| HSL | 285.4º | 0.83% | 0.45% | - |
| HSV(B) | 285.4º | 0.91% | 0.82% | - |
| XYZ | 26.52 | 12.7 | 60.73 | - |
| YUV | 83.3 | 198.38 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 208 | 0.22 | 0.91 | 0 | 0.18 | 285.4 | 0.83 | 0.45 |
| Hex | A2 | 13 | D0 | 16 | 5B | 0 | 12 | 11D | 53 | 2D |
| Octal | 242 | 23 | 320 | 26 | 133 | 0 | 22 | 435 | 123 | 55 |
| Binary | 10100010 | 10011 | 11010000 | 10110 | 1011011 | 0 | 10010 | 100011101 | 1010011 | 101101 |
Color Harmonies of #A213D0
Complementary color
Monochromatic Colors of #A213D0
Black with #A213D0
Text Example
Text Example
White with #A213D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A213D0; }
p { color: rgb(162,19,208); }
H1.HeaderClassName
{
color: #A213D0;
}
.AnyTagClassName
{
color: #A213D0;
}
</style>
background-color css
<style>
a { background-color: #A213D0; }
a { background-color: rgb(162,19,208); }
div.DivClassName
{
background-color: #A213D0;
}
.BgClassName
{
background-color: #A213D0;
}
</style>
border-color css
<style>
span { border-color: #A213D0; }
span { border-color: rgb(162,19,208); }
td.TdClassName
{
border-color: #A213D0;
}
.TagClassName
{
border-color: #A213D0;
}
</style>