Shades of Blue Violet #A21AEE
Tints of Blue Violet #A21AEE
RGB
CMYK
RGB Variations
Color information
#A21AEE (or 0xA21AEE) is known color: Blue Violet. HEX triplet: A2, 1A and EE. RGB value is (162,26,238). Sum of RGB (Red+Green+Blue) = 162+26+238=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #A21AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21AEE is #5DE511. Grayscale: #5A5A5A. Windows color (decimal): -6153490 or 15604386. OLE color: 15604386.
HSL color Cylindrical-coordinate representation of color #A21AEE: hue angle of 278.49º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21AEE is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 26 | 238 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.07 |
| HSL | 278.49º | 0.86% | 0.52% | - |
| HSV(B) | 278.49º | 0.89% | 0.93% | - |
| XYZ | 30.7 | 14.59 | 82.09 | - |
| YUV | 90.83 | 211.06 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 238 | 0.32 | 0.89 | 0 | 0.07 | 278.49 | 0.86 | 0.52 |
| Hex | A2 | 1A | EE | 20 | 59 | 0 | 7 | 116 | 56 | 34 |
| Octal | 242 | 32 | 356 | 40 | 131 | 0 | 7 | 426 | 126 | 64 |
| Binary | 10100010 | 11010 | 11101110 | 100000 | 1011001 | 0 | 111 | 100010110 | 1010110 | 110100 |
Color Harmonies of #A21AEE
Complementary color
Monochromatic Colors of #A21AEE
Black with #A21AEE
Text Example
Text Example
White with #A21AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21AEE; }
p { color: rgb(162,26,238); }
H1.HeaderClassName
{
color: #A21AEE;
}
.AnyTagClassName
{
color: #A21AEE;
}
</style>
background-color css
<style>
a { background-color: #A21AEE; }
a { background-color: rgb(162,26,238); }
div.DivClassName
{
background-color: #A21AEE;
}
.BgClassName
{
background-color: #A21AEE;
}
</style>
border-color css
<style>
span { border-color: #A21AEE; }
span { border-color: rgb(162,26,238); }
td.TdClassName
{
border-color: #A21AEE;
}
.TagClassName
{
border-color: #A21AEE;
}
</style>