Shades of Dark Violet #A214C0
Tints of Dark Violet #A214C0
RGB
CMYK
RGB Variations
Color information
#A214C0 (or 0xA214C0) is known color: Dark Violet. HEX triplet: A2, 14 and C0. RGB value is (162,20,192). Sum of RGB (Red+Green+Blue) = 162+20+192=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #A214C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A214C0 is #5DEB3F. Grayscale: #515151. Windows color (decimal): -6155072 or 12588194. OLE color: 12588194.
HSL color Cylindrical-coordinate representation of color #A214C0: hue angle of 289.53º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A214C0 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 20 | 192 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.25 |
| HSL | 289.53º | 0.81% | 0.42% | - |
| HSV(B) | 289.53º | 0.9% | 0.75% | - |
| XYZ | 24.66 | 11.99 | 50.88 | - |
| YUV | 82.07 | 190.04 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 192 | 0.16 | 0.90 | 0 | 0.25 | 289.53 | 0.81 | 0.42 |
| Hex | A2 | 14 | C0 | 10 | 5A | 0 | 19 | 122 | 51 | 2A |
| Octal | 242 | 24 | 300 | 20 | 132 | 0 | 31 | 442 | 121 | 52 |
| Binary | 10100010 | 10100 | 11000000 | 10000 | 1011010 | 0 | 11001 | 100100010 | 1010001 | 101010 |
Color Harmonies of #A214C0
Complementary color
Monochromatic Colors of #A214C0
Black with #A214C0
Text Example
Text Example
White with #A214C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A214C0; }
p { color: rgb(162,20,192); }
H1.HeaderClassName
{
color: #A214C0;
}
.AnyTagClassName
{
color: #A214C0;
}
</style>
background-color css
<style>
a { background-color: #A214C0; }
a { background-color: rgb(162,20,192); }
div.DivClassName
{
background-color: #A214C0;
}
.BgClassName
{
background-color: #A214C0;
}
</style>
border-color css
<style>
span { border-color: #A214C0; }
span { border-color: rgb(162,20,192); }
td.TdClassName
{
border-color: #A214C0;
}
.TagClassName
{
border-color: #A214C0;
}
</style>