Shades of Blue Violet #A214EF
Tints of Blue Violet #A214EF
RGB
CMYK
RGB Variations
Color information
#A214EF (or 0xA214EF) is known color: Blue Violet. HEX triplet: A2, 14 and EF. RGB value is (162,20,239). Sum of RGB (Red+Green+Blue) = 162+20+239=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #A214EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A214EF is #5DEB10. Grayscale: #565656. Windows color (decimal): -6155025 or 15668386. OLE color: 15668386.
HSL color Cylindrical-coordinate representation of color #A214EF: hue angle of 278.9º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A214EF is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 20 | 239 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.06 |
| HSL | 278.9º | 0.87% | 0.51% | - |
| HSV(B) | 278.9º | 0.92% | 0.94% | - |
| XYZ | 30.73 | 14.41 | 82.82 | - |
| YUV | 87.42 | 213.54 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 239 | 0.32 | 0.92 | 0 | 0.06 | 278.9 | 0.87 | 0.51 |
| Hex | A2 | 14 | EF | 20 | 5C | 0 | 6 | 117 | 57 | 33 |
| Octal | 242 | 24 | 357 | 40 | 134 | 0 | 6 | 427 | 127 | 63 |
| Binary | 10100010 | 10100 | 11101111 | 100000 | 1011100 | 0 | 110 | 100010111 | 1010111 | 110011 |
Color Harmonies of #A214EF
Complementary color
Monochromatic Colors of #A214EF
Black with #A214EF
Text Example
Text Example
White with #A214EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A214EF; }
p { color: rgb(162,20,239); }
H1.HeaderClassName
{
color: #A214EF;
}
.AnyTagClassName
{
color: #A214EF;
}
</style>
background-color css
<style>
a { background-color: #A214EF; }
a { background-color: rgb(162,20,239); }
div.DivClassName
{
background-color: #A214EF;
}
.BgClassName
{
background-color: #A214EF;
}
</style>
border-color css
<style>
span { border-color: #A214EF; }
span { border-color: rgb(162,20,239); }
td.TdClassName
{
border-color: #A214EF;
}
.TagClassName
{
border-color: #A214EF;
}
</style>