Shades of Blue Violet #A347F0
Tints of Blue Violet #A347F0
RGB
CMYK
RGB Variations
Color information
#A347F0 (or 0xA347F0) is known color: Blue Violet. HEX triplet: A3, 47 and F0. RGB value is (163,71,240). Sum of RGB (Red+Green+Blue) = 163+71+240=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #A347F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A347F0 is #5CB80F. Grayscale: #757575. Windows color (decimal): -6076432 or 15746979. OLE color: 15746979.
HSL color Cylindrical-coordinate representation of color #A347F0: hue angle of 272.66º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A347F0 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 71 | 240 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.06 |
| HSL | 272.66º | 0.85% | 0.61% | - |
| HSV(B) | 272.66º | 0.7% | 0.94% | - |
| XYZ | 33.09 | 18.58 | 84.28 | - |
| YUV | 117.77 | 196.98 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 240 | 0.32 | 0.70 | 0 | 0.06 | 272.66 | 0.85 | 0.61 |
| Hex | A3 | 47 | F0 | 20 | 46 | 0 | 6 | 111 | 55 | 3D |
| Octal | 243 | 107 | 360 | 40 | 106 | 0 | 6 | 421 | 125 | 75 |
| Binary | 10100011 | 1000111 | 11110000 | 100000 | 1000110 | 0 | 110 | 100010001 | 1010101 | 111101 |
Color Harmonies of #A347F0
Complementary color
Monochromatic Colors of #A347F0
Black with #A347F0
Text Example
Text Example
White with #A347F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A347F0; }
p { color: rgb(163,71,240); }
H1.HeaderClassName
{
color: #A347F0;
}
.AnyTagClassName
{
color: #A347F0;
}
</style>
background-color css
<style>
a { background-color: #A347F0; }
a { background-color: rgb(163,71,240); }
div.DivClassName
{
background-color: #A347F0;
}
.BgClassName
{
background-color: #A347F0;
}
</style>
border-color css
<style>
span { border-color: #A347F0; }
span { border-color: rgb(163,71,240); }
td.TdClassName
{
border-color: #A347F0;
}
.TagClassName
{
border-color: #A347F0;
}
</style>