Shades of Blue Violet #A221ED
Tints of Blue Violet #A221ED
RGB
CMYK
RGB Variations
Color information
#A221ED (or 0xA221ED) is known color: Blue Violet. HEX triplet: A2, 21 and ED. RGB value is (162,33,237). Sum of RGB (Red+Green+Blue) = 162+33+237=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #A221ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A221ED is #5DDE12. Grayscale: #5E5E5E. Windows color (decimal): -6151699 or 15540642. OLE color: 15540642.
HSL color Cylindrical-coordinate representation of color #A221ED: hue angle of 277.94º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A221ED is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 33 | 237 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.07 |
| HSL | 277.94º | 0.85% | 0.53% | - |
| HSV(B) | 277.94º | 0.86% | 0.93% | - |
| XYZ | 30.73 | 14.88 | 81.37 | - |
| YUV | 94.83 | 208.24 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 237 | 0.32 | 0.86 | 0 | 0.07 | 277.94 | 0.85 | 0.53 |
| Hex | A2 | 21 | ED | 20 | 56 | 0 | 7 | 116 | 55 | 35 |
| Octal | 242 | 41 | 355 | 40 | 126 | 0 | 7 | 426 | 125 | 65 |
| Binary | 10100010 | 100001 | 11101101 | 100000 | 1010110 | 0 | 111 | 100010110 | 1010101 | 110101 |
Color Harmonies of #A221ED
Complementary color
Monochromatic Colors of #A221ED
Black with #A221ED
Text Example
Text Example
White with #A221ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A221ED; }
p { color: rgb(162,33,237); }
H1.HeaderClassName
{
color: #A221ED;
}
.AnyTagClassName
{
color: #A221ED;
}
</style>
background-color css
<style>
a { background-color: #A221ED; }
a { background-color: rgb(162,33,237); }
div.DivClassName
{
background-color: #A221ED;
}
.BgClassName
{
background-color: #A221ED;
}
</style>
border-color css
<style>
span { border-color: #A221ED; }
span { border-color: rgb(162,33,237); }
td.TdClassName
{
border-color: #A221ED;
}
.TagClassName
{
border-color: #A221ED;
}
</style>