Shades of Blue Violet #A42EFB
Tints of Blue Violet #A42EFB
RGB
CMYK
RGB Variations
Color information
#A42EFB (or 0xA42EFB) is known color: Blue Violet. HEX triplet: A4, 2E and FB. RGB value is (164,46,251). Sum of RGB (Red+Green+Blue) = 164+46+251=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #A42EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42EFB is #5BD104. Grayscale: #676767. Windows color (decimal): -6017285 or 16461476. OLE color: 16461476.
HSL color Cylindrical-coordinate representation of color #A42EFB: hue angle of 274.54º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A42EFB is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 46 | 251 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.02 |
| HSL | 274.54º | 0.96% | 0.58% | - |
| HSV(B) | 274.54º | 0.82% | 0.98% | - |
| XYZ | 33.7 | 16.81 | 92.74 | - |
| YUV | 104.65 | 210.59 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 251 | 0.35 | 0.82 | 0 | 0.02 | 274.54 | 0.96 | 0.58 |
| Hex | A4 | 2E | FB | 23 | 52 | 0 | 2 | 113 | 60 | 3A |
| Octal | 244 | 56 | 373 | 43 | 122 | 0 | 2 | 423 | 140 | 72 |
| Binary | 10100100 | 101110 | 11111011 | 100011 | 1010010 | 0 | 10 | 100010011 | 1100000 | 111010 |
Color Harmonies of #A42EFB
Complementary color
Monochromatic Colors of #A42EFB
Black with #A42EFB
Text Example
Text Example
White with #A42EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42EFB; }
p { color: rgb(164,46,251); }
H1.HeaderClassName
{
color: #A42EFB;
}
.AnyTagClassName
{
color: #A42EFB;
}
</style>
background-color css
<style>
a { background-color: #A42EFB; }
a { background-color: rgb(164,46,251); }
div.DivClassName
{
background-color: #A42EFB;
}
.BgClassName
{
background-color: #A42EFB;
}
</style>
border-color css
<style>
span { border-color: #A42EFB; }
span { border-color: rgb(164,46,251); }
td.TdClassName
{
border-color: #A42EFB;
}
.TagClassName
{
border-color: #A42EFB;
}
</style>