Shades of Blue Violet #A21BE4
Tints of Blue Violet #A21BE4
RGB
CMYK
RGB Variations
Color information
#A21BE4 (or 0xA21BE4) is known color: Blue Violet. HEX triplet: A2, 1B and E4. RGB value is (162,27,228). Sum of RGB (Red+Green+Blue) = 162+27+228=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 228 (89.45% from 255 or 54.68% from 417); Max value from RGB is 228 - color contains mainly: blue. Hex color #A21BE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BE4 is #5DE41B. Grayscale: #595959. Windows color (decimal): -6153244 or 14949282. OLE color: 14949282.
HSL color Cylindrical-coordinate representation of color #A21BE4: hue angle of 280.3º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21BE4 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 27 | 228 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.11 |
| HSL | 280.3º | 0.79% | 0.5% | - |
| HSV(B) | 280.3º | 0.88% | 0.89% | - |
| XYZ | 29.3 | 14.07 | 74.57 | - |
| YUV | 90.28 | 205.73 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 228 | 0.29 | 0.88 | 0 | 0.11 | 280.3 | 0.79 | 0.5 |
| Hex | A2 | 1B | E4 | 1D | 58 | 0 | B | 118 | 4F | 32 |
| Octal | 242 | 33 | 344 | 35 | 130 | 0 | 13 | 430 | 117 | 62 |
| Binary | 10100010 | 11011 | 11100100 | 11101 | 1011000 | 0 | 1011 | 100011000 | 1001111 | 110010 |
Color Harmonies of #A21BE4
Complementary color
Monochromatic Colors of #A21BE4
Black with #A21BE4
Text Example
Text Example
White with #A21BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21BE4; }
p { color: rgb(162,27,228); }
H1.HeaderClassName
{
color: #A21BE4;
}
.AnyTagClassName
{
color: #A21BE4;
}
</style>
background-color css
<style>
a { background-color: #A21BE4; }
a { background-color: rgb(162,27,228); }
div.DivClassName
{
background-color: #A21BE4;
}
.BgClassName
{
background-color: #A21BE4;
}
</style>
border-color css
<style>
span { border-color: #A21BE4; }
span { border-color: rgb(162,27,228); }
td.TdClassName
{
border-color: #A21BE4;
}
.TagClassName
{
border-color: #A21BE4;
}
</style>