Shades of Blue Violet #A34EF2
Tints of Blue Violet #A34EF2
RGB
CMYK
RGB Variations
Color information
#A34EF2 (or 0xA34EF2) is known color: Blue Violet. HEX triplet: A3, 4E and F2. RGB value is (163,78,242). Sum of RGB (Red+Green+Blue) = 163+78+242=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #A34EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34EF2 is #5CB10D. Grayscale: #797979. Windows color (decimal): -6074638 or 15879843. OLE color: 15879843.
HSL color Cylindrical-coordinate representation of color #A34EF2: hue angle of 271.1º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A34EF2 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 78 | 242 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.05 |
| HSL | 271.1º | 0.86% | 0.63% | - |
| HSV(B) | 271.1º | 0.68% | 0.95% | - |
| XYZ | 33.86 | 19.65 | 86.01 | - |
| YUV | 122.11 | 195.66 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 242 | 0.33 | 0.68 | 0 | 0.05 | 271.1 | 0.86 | 0.63 |
| Hex | A3 | 4E | F2 | 21 | 44 | 0 | 5 | 10F | 56 | 3F |
| Octal | 243 | 116 | 362 | 41 | 104 | 0 | 5 | 417 | 126 | 77 |
| Binary | 10100011 | 1001110 | 11110010 | 100001 | 1000100 | 0 | 101 | 100001111 | 1010110 | 111111 |
Color Harmonies of #A34EF2
Complementary color
Monochromatic Colors of #A34EF2
Black with #A34EF2
Text Example
Text Example
White with #A34EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34EF2; }
p { color: rgb(163,78,242); }
H1.HeaderClassName
{
color: #A34EF2;
}
.AnyTagClassName
{
color: #A34EF2;
}
</style>
background-color css
<style>
a { background-color: #A34EF2; }
a { background-color: rgb(163,78,242); }
div.DivClassName
{
background-color: #A34EF2;
}
.BgClassName
{
background-color: #A34EF2;
}
</style>
border-color css
<style>
span { border-color: #A34EF2; }
span { border-color: rgb(163,78,242); }
td.TdClassName
{
border-color: #A34EF2;
}
.TagClassName
{
border-color: #A34EF2;
}
</style>