Shades of Blue Violet #A621E9
Tints of Blue Violet #A621E9
RGB
CMYK
RGB Variations
Color information
#A621E9 (or 0xA621E9) is known color: Blue Violet. HEX triplet: A6, 21 and E9. RGB value is (166,33,233). Sum of RGB (Red+Green+Blue) = 166+33+233=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 233 (91.41% from 255 or 53.94% from 432); Max value from RGB is 233 - color contains mainly: blue. Hex color #A621E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A621E9 is #59DE16. Grayscale: #5E5E5E. Windows color (decimal): -5889559 or 15278502. OLE color: 15278502.
HSL color Cylindrical-coordinate representation of color #A621E9: hue angle of 279.9º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A621E9 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 33 | 233 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.09 |
| HSL | 279.9º | 0.82% | 0.52% | - |
| HSV(B) | 279.9º | 0.86% | 0.91% | - |
| XYZ | 30.98 | 15.08 | 78.37 | - |
| YUV | 95.57 | 205.56 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 233 | 0.29 | 0.86 | 0 | 0.09 | 279.9 | 0.82 | 0.52 |
| Hex | A6 | 21 | E9 | 1D | 56 | 0 | 9 | 118 | 52 | 34 |
| Octal | 246 | 41 | 351 | 35 | 126 | 0 | 11 | 430 | 122 | 64 |
| Binary | 10100110 | 100001 | 11101001 | 11101 | 1010110 | 0 | 1001 | 100011000 | 1010010 | 110100 |
Color Harmonies of #A621E9
Complementary color
Monochromatic Colors of #A621E9
Black with #A621E9
Text Example
Text Example
White with #A621E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A621E9; }
p { color: rgb(166,33,233); }
H1.HeaderClassName
{
color: #A621E9;
}
.AnyTagClassName
{
color: #A621E9;
}
</style>
background-color css
<style>
a { background-color: #A621E9; }
a { background-color: rgb(166,33,233); }
div.DivClassName
{
background-color: #A621E9;
}
.BgClassName
{
background-color: #A621E9;
}
</style>
border-color css
<style>
span { border-color: #A621E9; }
span { border-color: rgb(166,33,233); }
td.TdClassName
{
border-color: #A621E9;
}
.TagClassName
{
border-color: #A621E9;
}
</style>