Shades of Blue Violet #A21EFB
Tints of Blue Violet #A21EFB
RGB
CMYK
RGB Variations
Color information
#A21EFB (or 0xA21EFB) is known color: Blue Violet. HEX triplet: A2, 1E and FB. RGB value is (162,30,251). Sum of RGB (Red+Green+Blue) = 162+30+251=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #A21EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21EFB is #5DE104. Grayscale: #5D5D5D. Windows color (decimal): -6152453 or 16457378. OLE color: 16457378.
HSL color Cylindrical-coordinate representation of color #A21EFB: hue angle of 275.84º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21EFB is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 30 | 251 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.02 |
| HSL | 275.84º | 0.97% | 0.55% | - |
| HSV(B) | 275.84º | 0.88% | 0.98% | - |
| XYZ | 32.78 | 15.57 | 92.55 | - |
| YUV | 94.66 | 216.23 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 251 | 0.35 | 0.88 | 0 | 0.02 | 275.84 | 0.97 | 0.55 |
| Hex | A2 | 1E | FB | 23 | 58 | 0 | 2 | 114 | 61 | 37 |
| Octal | 242 | 36 | 373 | 43 | 130 | 0 | 2 | 424 | 141 | 67 |
| Binary | 10100010 | 11110 | 11111011 | 100011 | 1011000 | 0 | 10 | 100010100 | 1100001 | 110111 |
Color Harmonies of #A21EFB
Complementary color
Monochromatic Colors of #A21EFB
Black with #A21EFB
Text Example
Text Example
White with #A21EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21EFB; }
p { color: rgb(162,30,251); }
H1.HeaderClassName
{
color: #A21EFB;
}
.AnyTagClassName
{
color: #A21EFB;
}
</style>
background-color css
<style>
a { background-color: #A21EFB; }
a { background-color: rgb(162,30,251); }
div.DivClassName
{
background-color: #A21EFB;
}
.BgClassName
{
background-color: #A21EFB;
}
</style>
border-color css
<style>
span { border-color: #A21EFB; }
span { border-color: rgb(162,30,251); }
td.TdClassName
{
border-color: #A21EFB;
}
.TagClassName
{
border-color: #A21EFB;
}
</style>