Shades of Blue Violet #A620EB
Tints of Blue Violet #A620EB
RGB
CMYK
RGB Variations
Color information
#A620EB (or 0xA620EB) is known color: Blue Violet. HEX triplet: A6, 20 and EB. RGB value is (166,32,235). Sum of RGB (Red+Green+Blue) = 166+32+235=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #A620EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A620EB is #59DF14. Grayscale: #5E5E5E. Windows color (decimal): -5889813 or 15409318. OLE color: 15409318.
HSL color Cylindrical-coordinate representation of color #A620EB: hue angle of 279.61º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A620EB is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 32 | 235 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.08 |
| HSL | 279.61º | 0.84% | 0.52% | - |
| HSV(B) | 279.61º | 0.86% | 0.92% | - |
| XYZ | 31.24 | 15.14 | 79.87 | - |
| YUV | 95.21 | 206.89 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 235 | 0.29 | 0.86 | 0 | 0.08 | 279.61 | 0.84 | 0.52 |
| Hex | A6 | 20 | EB | 1D | 56 | 0 | 8 | 118 | 54 | 34 |
| Octal | 246 | 40 | 353 | 35 | 126 | 0 | 10 | 430 | 124 | 64 |
| Binary | 10100110 | 100000 | 11101011 | 11101 | 1010110 | 0 | 1000 | 100011000 | 1010100 | 110100 |
Color Harmonies of #A620EB
Complementary color
Monochromatic Colors of #A620EB
Black with #A620EB
Text Example
Text Example
White with #A620EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A620EB; }
p { color: rgb(166,32,235); }
H1.HeaderClassName
{
color: #A620EB;
}
.AnyTagClassName
{
color: #A620EB;
}
</style>
background-color css
<style>
a { background-color: #A620EB; }
a { background-color: rgb(166,32,235); }
div.DivClassName
{
background-color: #A620EB;
}
.BgClassName
{
background-color: #A620EB;
}
</style>
border-color css
<style>
span { border-color: #A620EB; }
span { border-color: rgb(166,32,235); }
td.TdClassName
{
border-color: #A620EB;
}
.TagClassName
{
border-color: #A620EB;
}
</style>