Shades of Blue Violet #A121EE
Tints of Blue Violet #A121EE
RGB
CMYK
RGB Variations
Color information
#A121EE (or 0xA121EE) is known color: Blue Violet. HEX triplet: A1, 21 and EE. RGB value is (161,33,238). Sum of RGB (Red+Green+Blue) = 161+33+238=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #A121EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A121EE is #5EDE11. Grayscale: #5D5D5D. Windows color (decimal): -6217234 or 15606177. OLE color: 15606177.
HSL color Cylindrical-coordinate representation of color #A121EE: hue angle of 277.46º degrees, saturation: 0.86, 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 #A121EE is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 33 | 238 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.07 |
| HSL | 277.46º | 0.86% | 0.53% | - |
| HSV(B) | 277.46º | 0.86% | 0.93% | - |
| XYZ | 30.67 | 14.84 | 82.14 | - |
| YUV | 94.64 | 208.91 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 238 | 0.32 | 0.86 | 0 | 0.07 | 277.46 | 0.86 | 0.53 |
| Hex | A1 | 21 | EE | 20 | 56 | 0 | 7 | 115 | 56 | 35 |
| Octal | 241 | 41 | 356 | 40 | 126 | 0 | 7 | 425 | 126 | 65 |
| Binary | 10100001 | 100001 | 11101110 | 100000 | 1010110 | 0 | 111 | 100010101 | 1010110 | 110101 |
Color Harmonies of #A121EE
Complementary color
Monochromatic Colors of #A121EE
Black with #A121EE
Text Example
Text Example
White with #A121EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A121EE; }
p { color: rgb(161,33,238); }
H1.HeaderClassName
{
color: #A121EE;
}
.AnyTagClassName
{
color: #A121EE;
}
</style>
background-color css
<style>
a { background-color: #A121EE; }
a { background-color: rgb(161,33,238); }
div.DivClassName
{
background-color: #A121EE;
}
.BgClassName
{
background-color: #A121EE;
}
</style>
border-color css
<style>
span { border-color: #A121EE; }
span { border-color: rgb(161,33,238); }
td.TdClassName
{
border-color: #A121EE;
}
.TagClassName
{
border-color: #A121EE;
}
</style>