Shades of Blue Violet #A34CF7
Tints of Blue Violet #A34CF7
RGB
CMYK
RGB Variations
Color information
#A34CF7 (or 0xA34CF7) is known color: Blue Violet. HEX triplet: A3, 4C and F7. RGB value is (163,76,247). Sum of RGB (Red+Green+Blue) = 163+76+247=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #A34CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A34CF7 is #5CB308. Grayscale: #787878. Windows color (decimal): -6075145 or 16207011. OLE color: 16207011.
HSL color Cylindrical-coordinate representation of color #A34CF7: hue angle of 270.53º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A34CF7 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 76 | 247 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.03 |
| HSL | 270.53º | 0.91% | 0.63% | - |
| HSV(B) | 270.53º | 0.69% | 0.97% | - |
| XYZ | 34.48 | 19.67 | 89.98 | - |
| YUV | 121.51 | 198.82 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 247 | 0.34 | 0.69 | 0 | 0.03 | 270.53 | 0.91 | 0.63 |
| Hex | A3 | 4C | F7 | 22 | 45 | 0 | 3 | 10F | 5B | 3F |
| Octal | 243 | 114 | 367 | 42 | 105 | 0 | 3 | 417 | 133 | 77 |
| Binary | 10100011 | 1001100 | 11110111 | 100010 | 1000101 | 0 | 11 | 100001111 | 1011011 | 111111 |
Color Harmonies of #A34CF7
Complementary color
Monochromatic Colors of #A34CF7
Black with #A34CF7
Text Example
Text Example
White with #A34CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34CF7; }
p { color: rgb(163,76,247); }
H1.HeaderClassName
{
color: #A34CF7;
}
.AnyTagClassName
{
color: #A34CF7;
}
</style>
background-color css
<style>
a { background-color: #A34CF7; }
a { background-color: rgb(163,76,247); }
div.DivClassName
{
background-color: #A34CF7;
}
.BgClassName
{
background-color: #A34CF7;
}
</style>
border-color css
<style>
span { border-color: #A34CF7; }
span { border-color: rgb(163,76,247); }
td.TdClassName
{
border-color: #A34CF7;
}
.TagClassName
{
border-color: #A34CF7;
}
</style>