Shades of Blue Violet #A21FE4
Tints of Blue Violet #A21FE4
RGB
CMYK
RGB Variations
Color information
#A21FE4 (or 0xA21FE4) is known color: Blue Violet. HEX triplet: A2, 1F and E4. RGB value is (162,31,228). Sum of RGB (Red+Green+Blue) = 162+31+228=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #A21FE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FE4 is #5DE01B. Grayscale: #5B5B5B. Windows color (decimal): -6152220 or 14950306. OLE color: 14950306.
HSL color Cylindrical-coordinate representation of color #A21FE4: hue angle of 279.9º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21FE4 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 31 | 228 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.11 |
| HSL | 279.9º | 0.78% | 0.51% | - |
| HSV(B) | 279.9º | 0.86% | 0.89% | - |
| XYZ | 29.39 | 14.26 | 74.6 | - |
| YUV | 92.63 | 204.4 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 228 | 0.29 | 0.86 | 0 | 0.11 | 279.9 | 0.78 | 0.51 |
| Hex | A2 | 1F | E4 | 1D | 56 | 0 | B | 118 | 4E | 33 |
| Octal | 242 | 37 | 344 | 35 | 126 | 0 | 13 | 430 | 116 | 63 |
| Binary | 10100010 | 11111 | 11100100 | 11101 | 1010110 | 0 | 1011 | 100011000 | 1001110 | 110011 |
Color Harmonies of #A21FE4
Complementary color
Monochromatic Colors of #A21FE4
Black with #A21FE4
Text Example
Text Example
White with #A21FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21FE4; }
p { color: rgb(162,31,228); }
H1.HeaderClassName
{
color: #A21FE4;
}
.AnyTagClassName
{
color: #A21FE4;
}
</style>
background-color css
<style>
a { background-color: #A21FE4; }
a { background-color: rgb(162,31,228); }
div.DivClassName
{
background-color: #A21FE4;
}
.BgClassName
{
background-color: #A21FE4;
}
</style>
border-color css
<style>
span { border-color: #A21FE4; }
span { border-color: rgb(162,31,228); }
td.TdClassName
{
border-color: #A21FE4;
}
.TagClassName
{
border-color: #A21FE4;
}
</style>