Shades of Blue Violet #A42EE9
Tints of Blue Violet #A42EE9
RGB
CMYK
RGB Variations
Color information
#A42EE9 (or 0xA42EE9) is known color: Blue Violet. HEX triplet: A4, 2E and E9. RGB value is (164,46,233). Sum of RGB (Red+Green+Blue) = 164+46+233=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #A42EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42EE9 is #5BD116. Grayscale: #656565. Windows color (decimal): -6017303 or 15281828. OLE color: 15281828.
HSL color Cylindrical-coordinate representation of color #A42EE9: hue angle of 277.86º 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 #A42EE9 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 46 | 233 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.09 |
| HSL | 277.86º | 0.81% | 0.55% | - |
| HSV(B) | 277.86º | 0.8% | 0.91% | - |
| XYZ | 30.99 | 15.73 | 78.49 | - |
| YUV | 102.6 | 201.59 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 233 | 0.30 | 0.80 | 0 | 0.09 | 277.86 | 0.81 | 0.55 |
| Hex | A4 | 2E | E9 | 1E | 50 | 0 | 9 | 116 | 51 | 37 |
| Octal | 244 | 56 | 351 | 36 | 120 | 0 | 11 | 426 | 121 | 67 |
| Binary | 10100100 | 101110 | 11101001 | 11110 | 1010000 | 0 | 1001 | 100010110 | 1010001 | 110111 |
Color Harmonies of #A42EE9
Complementary color
Monochromatic Colors of #A42EE9
Black with #A42EE9
Text Example
Text Example
White with #A42EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42EE9; }
p { color: rgb(164,46,233); }
H1.HeaderClassName
{
color: #A42EE9;
}
.AnyTagClassName
{
color: #A42EE9;
}
</style>
background-color css
<style>
a { background-color: #A42EE9; }
a { background-color: rgb(164,46,233); }
div.DivClassName
{
background-color: #A42EE9;
}
.BgClassName
{
background-color: #A42EE9;
}
</style>
border-color css
<style>
span { border-color: #A42EE9; }
span { border-color: rgb(164,46,233); }
td.TdClassName
{
border-color: #A42EE9;
}
.TagClassName
{
border-color: #A42EE9;
}
</style>