Shades of Blue Violet #A21CEF
Tints of Blue Violet #A21CEF
RGB
CMYK
RGB Variations
Color information
#A21CEF (or 0xA21CEF) is known color: Blue Violet. HEX triplet: A2, 1C and EF. RGB value is (162,28,239). Sum of RGB (Red+Green+Blue) = 162+28+239=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #A21CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21CEF is #5DE310. Grayscale: #5B5B5B. Windows color (decimal): -6152977 or 15670434. OLE color: 15670434.
HSL color Cylindrical-coordinate representation of color #A21CEF: hue angle of 278.1º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21CEF is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 28 | 239 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.06 |
| HSL | 278.1º | 0.87% | 0.52% | - |
| HSV(B) | 278.1º | 0.88% | 0.94% | - |
| XYZ | 30.9 | 14.74 | 82.88 | - |
| YUV | 92.12 | 210.89 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 239 | 0.32 | 0.88 | 0 | 0.06 | 278.1 | 0.87 | 0.52 |
| Hex | A2 | 1C | EF | 20 | 58 | 0 | 6 | 116 | 57 | 34 |
| Octal | 242 | 34 | 357 | 40 | 130 | 0 | 6 | 426 | 127 | 64 |
| Binary | 10100010 | 11100 | 11101111 | 100000 | 1011000 | 0 | 110 | 100010110 | 1010111 | 110100 |
Color Harmonies of #A21CEF
Complementary color
Monochromatic Colors of #A21CEF
Black with #A21CEF
Text Example
Text Example
White with #A21CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21CEF; }
p { color: rgb(162,28,239); }
H1.HeaderClassName
{
color: #A21CEF;
}
.AnyTagClassName
{
color: #A21CEF;
}
</style>
background-color css
<style>
a { background-color: #A21CEF; }
a { background-color: rgb(162,28,239); }
div.DivClassName
{
background-color: #A21CEF;
}
.BgClassName
{
background-color: #A21CEF;
}
</style>
border-color css
<style>
span { border-color: #A21CEF; }
span { border-color: rgb(162,28,239); }
td.TdClassName
{
border-color: #A21CEF;
}
.TagClassName
{
border-color: #A21CEF;
}
</style>