Shades of Blue Violet #A620EE
Tints of Blue Violet #A620EE
RGB
CMYK
RGB Variations
Color information
#A620EE (or 0xA620EE) is known color: Blue Violet. HEX triplet: A6, 20 and EE. RGB value is (166,32,238). Sum of RGB (Red+Green+Blue) = 166+32+238=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #A620EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A620EE is #59DF11. Grayscale: #5E5E5E. Windows color (decimal): -5889810 or 15605926. OLE color: 15605926.
HSL color Cylindrical-coordinate representation of color #A620EE: hue angle of 279.03º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A620EE is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 32 | 238 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.07 |
| HSL | 279.03º | 0.86% | 0.53% | - |
| HSV(B) | 279.03º | 0.87% | 0.93% | - |
| XYZ | 31.68 | 15.31 | 82.18 | - |
| YUV | 95.55 | 208.39 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 32 | 238 | 0.30 | 0.87 | 0 | 0.07 | 279.03 | 0.86 | 0.53 |
| Hex | A6 | 20 | EE | 1E | 57 | 0 | 7 | 117 | 56 | 35 |
| Octal | 246 | 40 | 356 | 36 | 127 | 0 | 7 | 427 | 126 | 65 |
| Binary | 10100110 | 100000 | 11101110 | 11110 | 1010111 | 0 | 111 | 100010111 | 1010110 | 110101 |
Color Harmonies of #A620EE
Complementary color
Monochromatic Colors of #A620EE
Black with #A620EE
Text Example
Text Example
White with #A620EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A620EE; }
p { color: rgb(166,32,238); }
H1.HeaderClassName
{
color: #A620EE;
}
.AnyTagClassName
{
color: #A620EE;
}
</style>
background-color css
<style>
a { background-color: #A620EE; }
a { background-color: rgb(166,32,238); }
div.DivClassName
{
background-color: #A620EE;
}
.BgClassName
{
background-color: #A620EE;
}
</style>
border-color css
<style>
span { border-color: #A620EE; }
span { border-color: rgb(166,32,238); }
td.TdClassName
{
border-color: #A620EE;
}
.TagClassName
{
border-color: #A620EE;
}
</style>