Shades of Blue Violet #A21FEE
Tints of Blue Violet #A21FEE
RGB
CMYK
RGB Variations
Color information
#A21FEE (or 0xA21FEE) is known color: Blue Violet. HEX triplet: A2, 1F and EE. RGB value is (162,31,238). Sum of RGB (Red+Green+Blue) = 162+31+238=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #A21FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21FEE is #5DE011. Grayscale: #5D5D5D. Windows color (decimal): -6152210 or 15605666. OLE color: 15605666.
HSL color Cylindrical-coordinate representation of color #A21FEE: hue angle of 277.97º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21FEE is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 31 | 238 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.07 |
| HSL | 277.97º | 0.86% | 0.53% | - |
| HSV(B) | 277.97º | 0.87% | 0.93% | - |
| XYZ | 30.82 | 14.83 | 82.13 | - |
| YUV | 93.77 | 209.4 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 238 | 0.32 | 0.87 | 0 | 0.07 | 277.97 | 0.86 | 0.53 |
| Hex | A2 | 1F | EE | 20 | 57 | 0 | 7 | 116 | 56 | 35 |
| Octal | 242 | 37 | 356 | 40 | 127 | 0 | 7 | 426 | 126 | 65 |
| Binary | 10100010 | 11111 | 11101110 | 100000 | 1010111 | 0 | 111 | 100010110 | 1010110 | 110101 |
Color Harmonies of #A21FEE
Complementary color
Monochromatic Colors of #A21FEE
Black with #A21FEE
Text Example
Text Example
White with #A21FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21FEE; }
p { color: rgb(162,31,238); }
H1.HeaderClassName
{
color: #A21FEE;
}
.AnyTagClassName
{
color: #A21FEE;
}
</style>
background-color css
<style>
a { background-color: #A21FEE; }
a { background-color: rgb(162,31,238); }
div.DivClassName
{
background-color: #A21FEE;
}
.BgClassName
{
background-color: #A21FEE;
}
</style>
border-color css
<style>
span { border-color: #A21FEE; }
span { border-color: rgb(162,31,238); }
td.TdClassName
{
border-color: #A21FEE;
}
.TagClassName
{
border-color: #A21FEE;
}
</style>