Shades of Blue Violet #A62EF3
Tints of Blue Violet #A62EF3
RGB
CMYK
RGB Variations
Color information
#A62EF3 (or 0xA62EF3) is known color: Blue Violet. HEX triplet: A6, 2E and F3. RGB value is (166,46,243). Sum of RGB (Red+Green+Blue) = 166+46+243=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #A62EF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62EF3 is #59D10C. Grayscale: #676767. Windows color (decimal): -5886221 or 15937190. OLE color: 15937190.
HSL color Cylindrical-coordinate representation of color #A62EF3: hue angle of 276.55º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62EF3 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 46 | 243 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.05 |
| HSL | 276.55º | 0.89% | 0.57% | - |
| HSV(B) | 276.55º | 0.81% | 0.95% | - |
| XYZ | 32.88 | 16.53 | 86.25 | - |
| YUV | 104.34 | 206.26 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 243 | 0.32 | 0.81 | 0 | 0.05 | 276.55 | 0.89 | 0.57 |
| Hex | A6 | 2E | F3 | 20 | 51 | 0 | 5 | 115 | 59 | 39 |
| Octal | 246 | 56 | 363 | 40 | 121 | 0 | 5 | 425 | 131 | 71 |
| Binary | 10100110 | 101110 | 11110011 | 100000 | 1010001 | 0 | 101 | 100010101 | 1011001 | 111001 |
Color Harmonies of #A62EF3
Complementary color
Monochromatic Colors of #A62EF3
Black with #A62EF3
Text Example
Text Example
White with #A62EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62EF3; }
p { color: rgb(166,46,243); }
H1.HeaderClassName
{
color: #A62EF3;
}
.AnyTagClassName
{
color: #A62EF3;
}
</style>
background-color css
<style>
a { background-color: #A62EF3; }
a { background-color: rgb(166,46,243); }
div.DivClassName
{
background-color: #A62EF3;
}
.BgClassName
{
background-color: #A62EF3;
}
</style>
border-color css
<style>
span { border-color: #A62EF3; }
span { border-color: rgb(166,46,243); }
td.TdClassName
{
border-color: #A62EF3;
}
.TagClassName
{
border-color: #A62EF3;
}
</style>