Shades of Blue Violet #A62EEE
Tints of Blue Violet #A62EEE
RGB
CMYK
RGB Variations
Color information
#A62EEE (or 0xA62EEE) is known color: Blue Violet. HEX triplet: A6, 2E and EE. RGB value is (166,46,238). Sum of RGB (Red+Green+Blue) = 166+46+238=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #A62EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62EEE is #59D111. Grayscale: #676767. Windows color (decimal): -5886226 or 15609510. OLE color: 15609510.
HSL color Cylindrical-coordinate representation of color #A62EEE: hue angle of 277.5º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62EEE is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 46 | 238 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.07 |
| HSL | 277.5º | 0.85% | 0.56% | - |
| HSV(B) | 277.5º | 0.81% | 0.93% | - |
| XYZ | 32.14 | 16.23 | 82.33 | - |
| YUV | 103.77 | 203.76 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 238 | 0.30 | 0.81 | 0 | 0.07 | 277.5 | 0.85 | 0.56 |
| Hex | A6 | 2E | EE | 1E | 51 | 0 | 7 | 116 | 55 | 38 |
| Octal | 246 | 56 | 356 | 36 | 121 | 0 | 7 | 426 | 125 | 70 |
| Binary | 10100110 | 101110 | 11101110 | 11110 | 1010001 | 0 | 111 | 100010110 | 1010101 | 111000 |
Color Harmonies of #A62EEE
Complementary color
Monochromatic Colors of #A62EEE
Black with #A62EEE
Text Example
Text Example
White with #A62EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62EEE; }
p { color: rgb(166,46,238); }
H1.HeaderClassName
{
color: #A62EEE;
}
.AnyTagClassName
{
color: #A62EEE;
}
</style>
background-color css
<style>
a { background-color: #A62EEE; }
a { background-color: rgb(166,46,238); }
div.DivClassName
{
background-color: #A62EEE;
}
.BgClassName
{
background-color: #A62EEE;
}
</style>
border-color css
<style>
span { border-color: #A62EEE; }
span { border-color: rgb(166,46,238); }
td.TdClassName
{
border-color: #A62EEE;
}
.TagClassName
{
border-color: #A62EEE;
}
</style>