Shades of Blue Violet #A21EF3
Tints of Blue Violet #A21EF3
RGB
CMYK
RGB Variations
Color information
#A21EF3 (or 0xA21EF3) is known color: Blue Violet. HEX triplet: A2, 1E and F3. RGB value is (162,30,243). Sum of RGB (Red+Green+Blue) = 162+30+243=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #A21EF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21EF3 is #5DE10C. Grayscale: #5D5D5D. Windows color (decimal): -6152461 or 15933090. OLE color: 15933090.
HSL color Cylindrical-coordinate representation of color #A21EF3: hue angle of 277.18º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21EF3 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 30 | 243 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.05 |
| HSL | 277.18º | 0.9% | 0.54% | - |
| HSV(B) | 277.18º | 0.88% | 0.95% | - |
| XYZ | 31.54 | 15.08 | 86.04 | - |
| YUV | 93.75 | 212.23 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 243 | 0.33 | 0.88 | 0 | 0.05 | 277.18 | 0.9 | 0.54 |
| Hex | A2 | 1E | F3 | 21 | 58 | 0 | 5 | 115 | 5A | 36 |
| Octal | 242 | 36 | 363 | 41 | 130 | 0 | 5 | 425 | 132 | 66 |
| Binary | 10100010 | 11110 | 11110011 | 100001 | 1011000 | 0 | 101 | 100010101 | 1011010 | 110110 |
Color Harmonies of #A21EF3
Complementary color
Monochromatic Colors of #A21EF3
Black with #A21EF3
Text Example
Text Example
White with #A21EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21EF3; }
p { color: rgb(162,30,243); }
H1.HeaderClassName
{
color: #A21EF3;
}
.AnyTagClassName
{
color: #A21EF3;
}
</style>
background-color css
<style>
a { background-color: #A21EF3; }
a { background-color: rgb(162,30,243); }
div.DivClassName
{
background-color: #A21EF3;
}
.BgClassName
{
background-color: #A21EF3;
}
</style>
border-color css
<style>
span { border-color: #A21EF3; }
span { border-color: rgb(162,30,243); }
td.TdClassName
{
border-color: #A21EF3;
}
.TagClassName
{
border-color: #A21EF3;
}
</style>