Shades of Blue Violet #A34CF1
Tints of Blue Violet #A34CF1
RGB
CMYK
RGB Variations
Color information
#A34CF1 (or 0xA34CF1) is known color: Blue Violet. HEX triplet: A3, 4C and F1. RGB value is (163,76,241). Sum of RGB (Red+Green+Blue) = 163+76+241=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #A34CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A34CF1 is #5CB30E. Grayscale: #787878. Windows color (decimal): -6075151 or 15813795. OLE color: 15813795.
HSL color Cylindrical-coordinate representation of color #A34CF1: hue angle of 271.64º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A34CF1 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 76 | 241 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.05 |
| HSL | 271.64º | 0.85% | 0.62% | - |
| HSV(B) | 271.64º | 0.68% | 0.95% | - |
| XYZ | 33.57 | 19.31 | 85.18 | - |
| YUV | 120.82 | 195.82 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 76 | 241 | 0.32 | 0.68 | 0 | 0.05 | 271.64 | 0.85 | 0.62 |
| Hex | A3 | 4C | F1 | 20 | 44 | 0 | 5 | 110 | 55 | 3E |
| Octal | 243 | 114 | 361 | 40 | 104 | 0 | 5 | 420 | 125 | 76 |
| Binary | 10100011 | 1001100 | 11110001 | 100000 | 1000100 | 0 | 101 | 100010000 | 1010101 | 111110 |
Color Harmonies of #A34CF1
Complementary color
Monochromatic Colors of #A34CF1
Black with #A34CF1
Text Example
Text Example
White with #A34CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34CF1; }
p { color: rgb(163,76,241); }
H1.HeaderClassName
{
color: #A34CF1;
}
.AnyTagClassName
{
color: #A34CF1;
}
</style>
background-color css
<style>
a { background-color: #A34CF1; }
a { background-color: rgb(163,76,241); }
div.DivClassName
{
background-color: #A34CF1;
}
.BgClassName
{
background-color: #A34CF1;
}
</style>
border-color css
<style>
span { border-color: #A34CF1; }
span { border-color: rgb(163,76,241); }
td.TdClassName
{
border-color: #A34CF1;
}
.TagClassName
{
border-color: #A34CF1;
}
</style>