Shades of Blue Violet #A621EC
Tints of Blue Violet #A621EC
RGB
CMYK
RGB Variations
Color information
#A621EC (or 0xA621EC) is known color: Blue Violet. HEX triplet: A6, 21 and EC. RGB value is (166,33,236). Sum of RGB (Red+Green+Blue) = 166+33+236=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #A621EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A621EC is #59DE13. Grayscale: #5F5F5F. Windows color (decimal): -5889556 or 15475110. OLE color: 15475110.
HSL color Cylindrical-coordinate representation of color #A621EC: hue angle of 279.31º degrees, saturation: 0.84, 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 #A621EC is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 33 | 236 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.07 |
| HSL | 279.31º | 0.84% | 0.53% | - |
| HSV(B) | 279.31º | 0.86% | 0.93% | - |
| XYZ | 31.41 | 15.25 | 80.65 | - |
| YUV | 95.91 | 207.06 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 236 | 0.30 | 0.86 | 0 | 0.07 | 279.31 | 0.84 | 0.53 |
| Hex | A6 | 21 | EC | 1E | 56 | 0 | 7 | 117 | 54 | 35 |
| Octal | 246 | 41 | 354 | 36 | 126 | 0 | 7 | 427 | 124 | 65 |
| Binary | 10100110 | 100001 | 11101100 | 11110 | 1010110 | 0 | 111 | 100010111 | 1010100 | 110101 |
Color Harmonies of #A621EC
Complementary color
Monochromatic Colors of #A621EC
Black with #A621EC
Text Example
Text Example
White with #A621EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A621EC; }
p { color: rgb(166,33,236); }
H1.HeaderClassName
{
color: #A621EC;
}
.AnyTagClassName
{
color: #A621EC;
}
</style>
background-color css
<style>
a { background-color: #A621EC; }
a { background-color: rgb(166,33,236); }
div.DivClassName
{
background-color: #A621EC;
}
.BgClassName
{
background-color: #A621EC;
}
</style>
border-color css
<style>
span { border-color: #A621EC; }
span { border-color: rgb(166,33,236); }
td.TdClassName
{
border-color: #A621EC;
}
.TagClassName
{
border-color: #A621EC;
}
</style>