Shades of Blue Violet #A21BE6
Tints of Blue Violet #A21BE6
RGB
CMYK
RGB Variations
Color information
#A21BE6 (or 0xA21BE6) is known color: Blue Violet. HEX triplet: A2, 1B and E6. RGB value is (162,27,230). Sum of RGB (Red+Green+Blue) = 162+27+230=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 230 (90.23% from 255 or 54.89% from 419); Max value from RGB is 230 - color contains mainly: blue. Hex color #A21BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21BE6 is #5DE419. Grayscale: #595959. Windows color (decimal): -6153242 or 15080354. OLE color: 15080354.
HSL color Cylindrical-coordinate representation of color #A21BE6: hue angle of 279.9º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21BE6 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 27 | 230 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.10 |
| HSL | 279.9º | 0.8% | 0.5% | - |
| HSV(B) | 279.9º | 0.88% | 0.9% | - |
| XYZ | 29.58 | 14.18 | 76.04 | - |
| YUV | 90.51 | 206.73 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 230 | 0.30 | 0.88 | 0 | 0.10 | 279.9 | 0.8 | 0.5 |
| Hex | A2 | 1B | E6 | 1E | 58 | 0 | A | 118 | 50 | 32 |
| Octal | 242 | 33 | 346 | 36 | 130 | 0 | 12 | 430 | 120 | 62 |
| Binary | 10100010 | 11011 | 11100110 | 11110 | 1011000 | 0 | 1010 | 100011000 | 1010000 | 110010 |
Color Harmonies of #A21BE6
Complementary color
Monochromatic Colors of #A21BE6
Black with #A21BE6
Text Example
Text Example
White with #A21BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21BE6; }
p { color: rgb(162,27,230); }
H1.HeaderClassName
{
color: #A21BE6;
}
.AnyTagClassName
{
color: #A21BE6;
}
</style>
background-color css
<style>
a { background-color: #A21BE6; }
a { background-color: rgb(162,27,230); }
div.DivClassName
{
background-color: #A21BE6;
}
.BgClassName
{
background-color: #A21BE6;
}
</style>
border-color css
<style>
span { border-color: #A21BE6; }
span { border-color: rgb(162,27,230); }
td.TdClassName
{
border-color: #A21BE6;
}
.TagClassName
{
border-color: #A21BE6;
}
</style>