Shades of Blue Violet #A21CEC
Tints of Blue Violet #A21CEC
RGB
CMYK
RGB Variations
Color information
#A21CEC (or 0xA21CEC) is known color: Blue Violet. HEX triplet: A2, 1C and EC. RGB value is (162,28,236). Sum of RGB (Red+Green+Blue) = 162+28+236=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #A21CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21CEC is #5DE313. Grayscale: #5B5B5B. Windows color (decimal): -6152980 or 15473826. OLE color: 15473826.
HSL color Cylindrical-coordinate representation of color #A21CEC: hue angle of 278.65º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21CEC is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 28 | 236 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.07 |
| HSL | 278.65º | 0.85% | 0.52% | - |
| HSV(B) | 278.65º | 0.88% | 0.93% | - |
| XYZ | 30.46 | 14.57 | 80.56 | - |
| YUV | 91.78 | 209.39 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 236 | 0.31 | 0.88 | 0 | 0.07 | 278.65 | 0.85 | 0.52 |
| Hex | A2 | 1C | EC | 1F | 58 | 0 | 7 | 117 | 55 | 34 |
| Octal | 242 | 34 | 354 | 37 | 130 | 0 | 7 | 427 | 125 | 64 |
| Binary | 10100010 | 11100 | 11101100 | 11111 | 1011000 | 0 | 111 | 100010111 | 1010101 | 110100 |
Color Harmonies of #A21CEC
Complementary color
Monochromatic Colors of #A21CEC
Black with #A21CEC
Text Example
Text Example
White with #A21CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21CEC; }
p { color: rgb(162,28,236); }
H1.HeaderClassName
{
color: #A21CEC;
}
.AnyTagClassName
{
color: #A21CEC;
}
</style>
background-color css
<style>
a { background-color: #A21CEC; }
a { background-color: rgb(162,28,236); }
div.DivClassName
{
background-color: #A21CEC;
}
.BgClassName
{
background-color: #A21CEC;
}
</style>
border-color css
<style>
span { border-color: #A21CEC; }
span { border-color: rgb(162,28,236); }
td.TdClassName
{
border-color: #A21CEC;
}
.TagClassName
{
border-color: #A21CEC;
}
</style>