Shades of Blue Violet #A21CED
Tints of Blue Violet #A21CED
RGB
CMYK
RGB Variations
Color information
#A21CED (or 0xA21CED) is known color: Blue Violet. HEX triplet: A2, 1C and ED. RGB value is (162,28,237). Sum of RGB (Red+Green+Blue) = 162+28+237=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #A21CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21CED is #5DE312. Grayscale: #5B5B5B. Windows color (decimal): -6152979 or 15539362. OLE color: 15539362.
HSL color Cylindrical-coordinate representation of color #A21CED: hue angle of 278.47º 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 #A21CED is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 28 | 237 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.07 |
| HSL | 278.47º | 0.85% | 0.52% | - |
| HSV(B) | 278.47º | 0.88% | 0.93% | - |
| XYZ | 30.6 | 14.63 | 81.33 | - |
| YUV | 91.89 | 209.89 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 237 | 0.32 | 0.88 | 0 | 0.07 | 278.47 | 0.85 | 0.52 |
| Hex | A2 | 1C | ED | 20 | 58 | 0 | 7 | 116 | 55 | 34 |
| Octal | 242 | 34 | 355 | 40 | 130 | 0 | 7 | 426 | 125 | 64 |
| Binary | 10100010 | 11100 | 11101101 | 100000 | 1011000 | 0 | 111 | 100010110 | 1010101 | 110100 |
Color Harmonies of #A21CED
Complementary color
Monochromatic Colors of #A21CED
Black with #A21CED
Text Example
Text Example
White with #A21CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21CED; }
p { color: rgb(162,28,237); }
H1.HeaderClassName
{
color: #A21CED;
}
.AnyTagClassName
{
color: #A21CED;
}
</style>
background-color css
<style>
a { background-color: #A21CED; }
a { background-color: rgb(162,28,237); }
div.DivClassName
{
background-color: #A21CED;
}
.BgClassName
{
background-color: #A21CED;
}
</style>
border-color css
<style>
span { border-color: #A21CED; }
span { border-color: rgb(162,28,237); }
td.TdClassName
{
border-color: #A21CED;
}
.TagClassName
{
border-color: #A21CED;
}
</style>