Shades of Blue Violet #A21EEE
Tints of Blue Violet #A21EEE
RGB
CMYK
RGB Variations
Color information
#A21EEE (or 0xA21EEE) is known color: Blue Violet. HEX triplet: A2, 1E and EE. RGB value is (162,30,238). Sum of RGB (Red+Green+Blue) = 162+30+238=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #A21EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21EEE is #5DE111. Grayscale: #5C5C5C. Windows color (decimal): -6152466 or 15605410. OLE color: 15605410.
HSL color Cylindrical-coordinate representation of color #A21EEE: hue angle of 278.08º 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 #A21EEE is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 30 | 238 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.07 |
| HSL | 278.08º | 0.86% | 0.53% | - |
| HSV(B) | 278.08º | 0.87% | 0.93% | - |
| XYZ | 30.8 | 14.78 | 82.12 | - |
| YUV | 93.18 | 209.73 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 238 | 0.32 | 0.87 | 0 | 0.07 | 278.08 | 0.86 | 0.53 |
| Hex | A2 | 1E | EE | 20 | 57 | 0 | 7 | 116 | 56 | 35 |
| Octal | 242 | 36 | 356 | 40 | 127 | 0 | 7 | 426 | 126 | 65 |
| Binary | 10100010 | 11110 | 11101110 | 100000 | 1010111 | 0 | 111 | 100010110 | 1010110 | 110101 |
Color Harmonies of #A21EEE
Complementary color
Monochromatic Colors of #A21EEE
Black with #A21EEE
Text Example
Text Example
White with #A21EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21EEE; }
p { color: rgb(162,30,238); }
H1.HeaderClassName
{
color: #A21EEE;
}
.AnyTagClassName
{
color: #A21EEE;
}
</style>
background-color css
<style>
a { background-color: #A21EEE; }
a { background-color: rgb(162,30,238); }
div.DivClassName
{
background-color: #A21EEE;
}
.BgClassName
{
background-color: #A21EEE;
}
</style>
border-color css
<style>
span { border-color: #A21EEE; }
span { border-color: rgb(162,30,238); }
td.TdClassName
{
border-color: #A21EEE;
}
.TagClassName
{
border-color: #A21EEE;
}
</style>