Shades of Dark Violet #A214E8
Tints of Dark Violet #A214E8
RGB
CMYK
RGB Variations
Color information
#A214E8 (or 0xA214E8) is known color: Dark Violet. HEX triplet: A2, 14 and E8. RGB value is (162,20,232). Sum of RGB (Red+Green+Blue) = 162+20+232=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 232 (91.02% from 255 or 56.04% from 414); Max value from RGB is 232 - color contains mainly: blue. Hex color #A214E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A214E8 is #5DEB17. Grayscale: #555555. Windows color (decimal): -6155032 or 15209634. OLE color: 15209634.
HSL color Cylindrical-coordinate representation of color #A214E8: hue angle of 280.19º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A214E8 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 20 | 232 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.09 |
| HSL | 280.19º | 0.84% | 0.49% | - |
| HSV(B) | 280.19º | 0.91% | 0.91% | - |
| XYZ | 29.72 | 14.01 | 77.48 | - |
| YUV | 86.63 | 210.04 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 232 | 0.30 | 0.91 | 0 | 0.09 | 280.19 | 0.84 | 0.49 |
| Hex | A2 | 14 | E8 | 1E | 5B | 0 | 9 | 118 | 54 | 31 |
| Octal | 242 | 24 | 350 | 36 | 133 | 0 | 11 | 430 | 124 | 61 |
| Binary | 10100010 | 10100 | 11101000 | 11110 | 1011011 | 0 | 1001 | 100011000 | 1010100 | 110001 |
Color Harmonies of #A214E8
Complementary color
Monochromatic Colors of #A214E8
Black with #A214E8
Text Example
Text Example
White with #A214E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A214E8; }
p { color: rgb(162,20,232); }
H1.HeaderClassName
{
color: #A214E8;
}
.AnyTagClassName
{
color: #A214E8;
}
</style>
background-color css
<style>
a { background-color: #A214E8; }
a { background-color: rgb(162,20,232); }
div.DivClassName
{
background-color: #A214E8;
}
.BgClassName
{
background-color: #A214E8;
}
</style>
border-color css
<style>
span { border-color: #A214E8; }
span { border-color: rgb(162,20,232); }
td.TdClassName
{
border-color: #A214E8;
}
.TagClassName
{
border-color: #A214E8;
}
</style>