Shades of Blue Violet #A42FEF
Tints of Blue Violet #A42FEF
RGB
CMYK
RGB Variations
Color information
#A42FEF (or 0xA42FEF) is known color: Blue Violet. HEX triplet: A4, 2F and EF. RGB value is (164,47,239). Sum of RGB (Red+Green+Blue) = 164+47+239=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #A42FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42FEF is #5BD010. Grayscale: #676767. Windows color (decimal): -6017041 or 15675300. OLE color: 15675300.
HSL color Cylindrical-coordinate representation of color #A42FEF: hue angle of 276.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42FEF is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 47 | 239 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.06 |
| HSL | 276.56º | 0.86% | 0.56% | - |
| HSV(B) | 276.56º | 0.8% | 0.94% | - |
| XYZ | 31.91 | 16.16 | 83.1 | - |
| YUV | 103.87 | 204.26 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 239 | 0.31 | 0.80 | 0 | 0.06 | 276.56 | 0.86 | 0.56 |
| Hex | A4 | 2F | EF | 1F | 50 | 0 | 6 | 115 | 56 | 38 |
| Octal | 244 | 57 | 357 | 37 | 120 | 0 | 6 | 425 | 126 | 70 |
| Binary | 10100100 | 101111 | 11101111 | 11111 | 1010000 | 0 | 110 | 100010101 | 1010110 | 111000 |
Color Harmonies of #A42FEF
Complementary color
Monochromatic Colors of #A42FEF
Black with #A42FEF
Text Example
Text Example
White with #A42FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42FEF; }
p { color: rgb(164,47,239); }
H1.HeaderClassName
{
color: #A42FEF;
}
.AnyTagClassName
{
color: #A42FEF;
}
</style>
background-color css
<style>
a { background-color: #A42FEF; }
a { background-color: rgb(164,47,239); }
div.DivClassName
{
background-color: #A42FEF;
}
.BgClassName
{
background-color: #A42FEF;
}
</style>
border-color css
<style>
span { border-color: #A42FEF; }
span { border-color: rgb(164,47,239); }
td.TdClassName
{
border-color: #A42FEF;
}
.TagClassName
{
border-color: #A42FEF;
}
</style>