Shades of Blue Violet #A21BE8
Tints of Blue Violet #A21BE8
RGB
CMYK
RGB Variations
Color information
#A21BE8 (or 0xA21BE8) is known color: Blue Violet. HEX triplet: A2, 1B and E8. RGB value is (162,27,232). Sum of RGB (Red+Green+Blue) = 162+27+232=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 232 (91.02% from 255 or 55.11% from 421); Max value from RGB is 232 - color contains mainly: blue. Hex color #A21BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21BE8 is #5DE417. Grayscale: #5A5A5A. Windows color (decimal): -6153240 or 15211426. OLE color: 15211426.
HSL color Cylindrical-coordinate representation of color #A21BE8: hue angle of 279.51º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21BE8 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 27 | 232 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.09 |
| HSL | 279.51º | 0.82% | 0.51% | - |
| HSV(B) | 279.51º | 0.88% | 0.91% | - |
| XYZ | 29.86 | 14.29 | 77.53 | - |
| YUV | 90.74 | 207.73 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 232 | 0.30 | 0.88 | 0 | 0.09 | 279.51 | 0.82 | 0.51 |
| Hex | A2 | 1B | E8 | 1E | 58 | 0 | 9 | 118 | 52 | 33 |
| Octal | 242 | 33 | 350 | 36 | 130 | 0 | 11 | 430 | 122 | 63 |
| Binary | 10100010 | 11011 | 11101000 | 11110 | 1011000 | 0 | 1001 | 100011000 | 1010010 | 110011 |
Color Harmonies of #A21BE8
Complementary color
Monochromatic Colors of #A21BE8
Black with #A21BE8
Text Example
Text Example
White with #A21BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21BE8; }
p { color: rgb(162,27,232); }
H1.HeaderClassName
{
color: #A21BE8;
}
.AnyTagClassName
{
color: #A21BE8;
}
</style>
background-color css
<style>
a { background-color: #A21BE8; }
a { background-color: rgb(162,27,232); }
div.DivClassName
{
background-color: #A21BE8;
}
.BgClassName
{
background-color: #A21BE8;
}
</style>
border-color css
<style>
span { border-color: #A21BE8; }
span { border-color: rgb(162,27,232); }
td.TdClassName
{
border-color: #A21BE8;
}
.TagClassName
{
border-color: #A21BE8;
}
</style>