Shades of Blue Violet #A62EEB
Tints of Blue Violet #A62EEB
RGB
CMYK
RGB Variations
Color information
#A62EEB (or 0xA62EEB) is known color: Blue Violet. HEX triplet: A6, 2E and EB. RGB value is (166,46,235). Sum of RGB (Red+Green+Blue) = 166+46+235=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #A62EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62EEB is #59D114. Grayscale: #666666. Windows color (decimal): -5886229 or 15412902. OLE color: 15412902.
HSL color Cylindrical-coordinate representation of color #A62EEB: hue angle of 278.1º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62EEB is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 46 | 235 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.08 |
| HSL | 278.1º | 0.83% | 0.55% | - |
| HSV(B) | 278.1º | 0.8% | 0.92% | - |
| XYZ | 31.7 | 16.06 | 80.03 | - |
| YUV | 103.43 | 202.26 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 235 | 0.29 | 0.80 | 0 | 0.08 | 278.1 | 0.83 | 0.55 |
| Hex | A6 | 2E | EB | 1D | 50 | 0 | 8 | 116 | 53 | 37 |
| Octal | 246 | 56 | 353 | 35 | 120 | 0 | 10 | 426 | 123 | 67 |
| Binary | 10100110 | 101110 | 11101011 | 11101 | 1010000 | 0 | 1000 | 100010110 | 1010011 | 110111 |
Color Harmonies of #A62EEB
Complementary color
Monochromatic Colors of #A62EEB
Black with #A62EEB
Text Example
Text Example
White with #A62EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62EEB; }
p { color: rgb(166,46,235); }
H1.HeaderClassName
{
color: #A62EEB;
}
.AnyTagClassName
{
color: #A62EEB;
}
</style>
background-color css
<style>
a { background-color: #A62EEB; }
a { background-color: rgb(166,46,235); }
div.DivClassName
{
background-color: #A62EEB;
}
.BgClassName
{
background-color: #A62EEB;
}
</style>
border-color css
<style>
span { border-color: #A62EEB; }
span { border-color: rgb(166,46,235); }
td.TdClassName
{
border-color: #A62EEB;
}
.TagClassName
{
border-color: #A62EEB;
}
</style>