Shades of Blue Violet #A62EE9
Tints of Blue Violet #A62EE9
RGB
CMYK
RGB Variations
Color information
#A62EE9 (or 0xA62EE9) is known color: Blue Violet. HEX triplet: A6, 2E and E9. RGB value is (166,46,233). Sum of RGB (Red+Green+Blue) = 166+46+233=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #A62EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62EE9 is #59D116. Grayscale: #666666. Windows color (decimal): -5886231 or 15281830. OLE color: 15281830.
HSL color Cylindrical-coordinate representation of color #A62EE9: hue angle of 278.5º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62EE9 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 46 | 233 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.09 |
| HSL | 278.5º | 0.81% | 0.55% | - |
| HSV(B) | 278.5º | 0.8% | 0.91% | - |
| XYZ | 31.41 | 15.94 | 78.51 | - |
| YUV | 103.2 | 201.26 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 233 | 0.29 | 0.80 | 0 | 0.09 | 278.5 | 0.81 | 0.55 |
| Hex | A6 | 2E | E9 | 1D | 50 | 0 | 9 | 117 | 51 | 37 |
| Octal | 246 | 56 | 351 | 35 | 120 | 0 | 11 | 427 | 121 | 67 |
| Binary | 10100110 | 101110 | 11101001 | 11101 | 1010000 | 0 | 1001 | 100010111 | 1010001 | 110111 |
Color Harmonies of #A62EE9
Complementary color
Monochromatic Colors of #A62EE9
Black with #A62EE9
Text Example
Text Example
White with #A62EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62EE9; }
p { color: rgb(166,46,233); }
H1.HeaderClassName
{
color: #A62EE9;
}
.AnyTagClassName
{
color: #A62EE9;
}
</style>
background-color css
<style>
a { background-color: #A62EE9; }
a { background-color: rgb(166,46,233); }
div.DivClassName
{
background-color: #A62EE9;
}
.BgClassName
{
background-color: #A62EE9;
}
</style>
border-color css
<style>
span { border-color: #A62EE9; }
span { border-color: rgb(166,46,233); }
td.TdClassName
{
border-color: #A62EE9;
}
.TagClassName
{
border-color: #A62EE9;
}
</style>