Shades of Blue Violet #A21FED
Tints of Blue Violet #A21FED
RGB
CMYK
RGB Variations
Color information
#A21FED (or 0xA21FED) is known color: Blue Violet. HEX triplet: A2, 1F and ED. RGB value is (162,31,237). Sum of RGB (Red+Green+Blue) = 162+31+237=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #A21FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21FED is #5DE012. Grayscale: #5C5C5C. Windows color (decimal): -6152211 or 15540130. OLE color: 15540130.
HSL color Cylindrical-coordinate representation of color #A21FED: hue angle of 278.16º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21FED is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 31 | 237 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.07 |
| HSL | 278.16º | 0.85% | 0.53% | - |
| HSV(B) | 278.16º | 0.87% | 0.93% | - |
| XYZ | 30.68 | 14.78 | 81.36 | - |
| YUV | 93.65 | 208.9 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 237 | 0.32 | 0.87 | 0 | 0.07 | 278.16 | 0.85 | 0.53 |
| Hex | A2 | 1F | ED | 20 | 57 | 0 | 7 | 116 | 55 | 35 |
| Octal | 242 | 37 | 355 | 40 | 127 | 0 | 7 | 426 | 125 | 65 |
| Binary | 10100010 | 11111 | 11101101 | 100000 | 1010111 | 0 | 111 | 100010110 | 1010101 | 110101 |
Color Harmonies of #A21FED
Complementary color
Monochromatic Colors of #A21FED
Black with #A21FED
Text Example
Text Example
White with #A21FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21FED; }
p { color: rgb(162,31,237); }
H1.HeaderClassName
{
color: #A21FED;
}
.AnyTagClassName
{
color: #A21FED;
}
</style>
background-color css
<style>
a { background-color: #A21FED; }
a { background-color: rgb(162,31,237); }
div.DivClassName
{
background-color: #A21FED;
}
.BgClassName
{
background-color: #A21FED;
}
</style>
border-color css
<style>
span { border-color: #A21FED; }
span { border-color: rgb(162,31,237); }
td.TdClassName
{
border-color: #A21FED;
}
.TagClassName
{
border-color: #A21FED;
}
</style>