Shades of Blue Violet #A21CE6
Tints of Blue Violet #A21CE6
RGB
CMYK
RGB Variations
Color information
#A21CE6 (or 0xA21CE6) is known color: Blue Violet. HEX triplet: A2, 1C and E6. RGB value is (162,28,230). Sum of RGB (Red+Green+Blue) = 162+28+230=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 230 (90.23% from 255 or 54.76% from 420); Max value from RGB is 230 - color contains mainly: blue. Hex color #A21CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21CE6 is #5DE319. Grayscale: #5A5A5A. Windows color (decimal): -6152986 or 15080610. OLE color: 15080610.
HSL color Cylindrical-coordinate representation of color #A21CE6: hue angle of 279.8º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21CE6 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 28 | 230 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.10 |
| HSL | 279.8º | 0.8% | 0.51% | - |
| HSV(B) | 279.8º | 0.88% | 0.9% | - |
| XYZ | 29.6 | 14.23 | 76.05 | - |
| YUV | 91.09 | 206.39 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 230 | 0.30 | 0.88 | 0 | 0.10 | 279.8 | 0.8 | 0.51 |
| Hex | A2 | 1C | E6 | 1E | 58 | 0 | A | 118 | 50 | 33 |
| Octal | 242 | 34 | 346 | 36 | 130 | 0 | 12 | 430 | 120 | 63 |
| Binary | 10100010 | 11100 | 11100110 | 11110 | 1011000 | 0 | 1010 | 100011000 | 1010000 | 110011 |
Color Harmonies of #A21CE6
Complementary color
Monochromatic Colors of #A21CE6
Black with #A21CE6
Text Example
Text Example
White with #A21CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21CE6; }
p { color: rgb(162,28,230); }
H1.HeaderClassName
{
color: #A21CE6;
}
.AnyTagClassName
{
color: #A21CE6;
}
</style>
background-color css
<style>
a { background-color: #A21CE6; }
a { background-color: rgb(162,28,230); }
div.DivClassName
{
background-color: #A21CE6;
}
.BgClassName
{
background-color: #A21CE6;
}
</style>
border-color css
<style>
span { border-color: #A21CE6; }
span { border-color: rgb(162,28,230); }
td.TdClassName
{
border-color: #A21CE6;
}
.TagClassName
{
border-color: #A21CE6;
}
</style>