Shades of Blue Violet #A21AE5
Tints of Blue Violet #A21AE5
RGB
CMYK
RGB Variations
Color information
#A21AE5 (or 0xA21AE5) is known color: Blue Violet. HEX triplet: A2, 1A and E5. RGB value is (162,26,229). Sum of RGB (Red+Green+Blue) = 162+26+229=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #A21AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21AE5 is #5DE51A. Grayscale: #595959. Windows color (decimal): -6153499 or 15014562. OLE color: 15014562.
HSL color Cylindrical-coordinate representation of color #A21AE5: hue angle of 280.2º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21AE5 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 26 | 229 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.10 |
| HSL | 280.2º | 0.8% | 0.5% | - |
| HSV(B) | 280.2º | 0.89% | 0.9% | - |
| XYZ | 29.41 | 14.08 | 75.3 | - |
| YUV | 89.81 | 206.56 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 229 | 0.29 | 0.89 | 0 | 0.10 | 280.2 | 0.8 | 0.5 |
| Hex | A2 | 1A | E5 | 1D | 59 | 0 | A | 118 | 50 | 32 |
| Octal | 242 | 32 | 345 | 35 | 131 | 0 | 12 | 430 | 120 | 62 |
| Binary | 10100010 | 11010 | 11100101 | 11101 | 1011001 | 0 | 1010 | 100011000 | 1010000 | 110010 |
Color Harmonies of #A21AE5
Complementary color
Monochromatic Colors of #A21AE5
Black with #A21AE5
Text Example
Text Example
White with #A21AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21AE5; }
p { color: rgb(162,26,229); }
H1.HeaderClassName
{
color: #A21AE5;
}
.AnyTagClassName
{
color: #A21AE5;
}
</style>
background-color css
<style>
a { background-color: #A21AE5; }
a { background-color: rgb(162,26,229); }
div.DivClassName
{
background-color: #A21AE5;
}
.BgClassName
{
background-color: #A21AE5;
}
</style>
border-color css
<style>
span { border-color: #A21AE5; }
span { border-color: rgb(162,26,229); }
td.TdClassName
{
border-color: #A21AE5;
}
.TagClassName
{
border-color: #A21AE5;
}
</style>