Shades of Blue Violet #A21EEF
Tints of Blue Violet #A21EEF
RGB
CMYK
RGB Variations
Color information
#A21EEF (or 0xA21EEF) is known color: Blue Violet. HEX triplet: A2, 1E and EF. RGB value is (162,30,239). Sum of RGB (Red+Green+Blue) = 162+30+239=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #A21EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21EEF is #5DE110. Grayscale: #5C5C5C. Windows color (decimal): -6152465 or 15670946. OLE color: 15670946.
HSL color Cylindrical-coordinate representation of color #A21EEF: hue angle of 277.89º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21EEF is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 30 | 239 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.06 |
| HSL | 277.89º | 0.87% | 0.53% | - |
| HSV(B) | 277.89º | 0.87% | 0.94% | - |
| XYZ | 30.94 | 14.84 | 82.9 | - |
| YUV | 93.29 | 210.23 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 239 | 0.32 | 0.87 | 0 | 0.06 | 277.89 | 0.87 | 0.53 |
| Hex | A2 | 1E | EF | 20 | 57 | 0 | 6 | 116 | 57 | 35 |
| Octal | 242 | 36 | 357 | 40 | 127 | 0 | 6 | 426 | 127 | 65 |
| Binary | 10100010 | 11110 | 11101111 | 100000 | 1010111 | 0 | 110 | 100010110 | 1010111 | 110101 |
Color Harmonies of #A21EEF
Complementary color
Monochromatic Colors of #A21EEF
Black with #A21EEF
Text Example
Text Example
White with #A21EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21EEF; }
p { color: rgb(162,30,239); }
H1.HeaderClassName
{
color: #A21EEF;
}
.AnyTagClassName
{
color: #A21EEF;
}
</style>
background-color css
<style>
a { background-color: #A21EEF; }
a { background-color: rgb(162,30,239); }
div.DivClassName
{
background-color: #A21EEF;
}
.BgClassName
{
background-color: #A21EEF;
}
</style>
border-color css
<style>
span { border-color: #A21EEF; }
span { border-color: rgb(162,30,239); }
td.TdClassName
{
border-color: #A21EEF;
}
.TagClassName
{
border-color: #A21EEF;
}
</style>