Shades of Blue Violet #A42EF6
Tints of Blue Violet #A42EF6
RGB
CMYK
RGB Variations
Color information
#A42EF6 (or 0xA42EF6) is known color: Blue Violet. HEX triplet: A4, 2E and F6. RGB value is (164,46,246). Sum of RGB (Red+Green+Blue) = 164+46+246=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #A42EF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42EF6 is #5BD109. Grayscale: #676767. Windows color (decimal): -6017290 or 16133796. OLE color: 16133796.
HSL color Cylindrical-coordinate representation of color #A42EF6: hue angle of 275.4º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A42EF6 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 46 | 246 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.04 |
| HSL | 275.4º | 0.92% | 0.57% | - |
| HSV(B) | 275.4º | 0.81% | 0.96% | - |
| XYZ | 32.92 | 16.5 | 88.64 | - |
| YUV | 104.08 | 208.09 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 246 | 0.33 | 0.81 | 0 | 0.04 | 275.4 | 0.92 | 0.57 |
| Hex | A4 | 2E | F6 | 21 | 51 | 0 | 4 | 113 | 5C | 39 |
| Octal | 244 | 56 | 366 | 41 | 121 | 0 | 4 | 423 | 134 | 71 |
| Binary | 10100100 | 101110 | 11110110 | 100001 | 1010001 | 0 | 100 | 100010011 | 1011100 | 111001 |
Color Harmonies of #A42EF6
Complementary color
Monochromatic Colors of #A42EF6
Black with #A42EF6
Text Example
Text Example
White with #A42EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42EF6; }
p { color: rgb(164,46,246); }
H1.HeaderClassName
{
color: #A42EF6;
}
.AnyTagClassName
{
color: #A42EF6;
}
</style>
background-color css
<style>
a { background-color: #A42EF6; }
a { background-color: rgb(164,46,246); }
div.DivClassName
{
background-color: #A42EF6;
}
.BgClassName
{
background-color: #A42EF6;
}
</style>
border-color css
<style>
span { border-color: #A42EF6; }
span { border-color: rgb(164,46,246); }
td.TdClassName
{
border-color: #A42EF6;
}
.TagClassName
{
border-color: #A42EF6;
}
</style>