Shades of Blue Violet #A34DFE
Tints of Blue Violet #A34DFE
RGB
CMYK
RGB Variations
Color information
#A34DFE (or 0xA34DFE) is known color: Blue Violet. HEX triplet: A3, 4D and FE. RGB value is (163,77,254). Sum of RGB (Red+Green+Blue) = 163+77+254=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #A34DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34DFE is #5CB201. Grayscale: #7A7A7A. Windows color (decimal): -6074882 or 16666019. OLE color: 16666019.
HSL color Cylindrical-coordinate representation of color #A34DFE: hue angle of 269.15º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A34DFE is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 77 | 254 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.00 |
| HSL | 269.15º | 0.99% | 0.65% | - |
| HSV(B) | 269.15º | 0.7% | 1% | - |
| XYZ | 35.65 | 20.25 | 95.8 | - |
| YUV | 122.89 | 201.99 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 254 | 0.36 | 0.70 | 0 | 0.00 | 269.15 | 0.99 | 0.65 |
| Hex | A3 | 4D | FE | 24 | 46 | 0 | 0 | 10D | 63 | 41 |
| Octal | 243 | 115 | 376 | 44 | 106 | 0 | 0 | 415 | 143 | 101 |
| Binary | 10100011 | 1001101 | 11111110 | 100100 | 1000110 | 0 | 0 | 100001101 | 1100011 | 1000001 |
Color Harmonies of #A34DFE
Complementary color
Monochromatic Colors of #A34DFE
Black with #A34DFE
Text Example
Text Example
White with #A34DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34DFE; }
p { color: rgb(163,77,254); }
H1.HeaderClassName
{
color: #A34DFE;
}
.AnyTagClassName
{
color: #A34DFE;
}
</style>
background-color css
<style>
a { background-color: #A34DFE; }
a { background-color: rgb(163,77,254); }
div.DivClassName
{
background-color: #A34DFE;
}
.BgClassName
{
background-color: #A34DFE;
}
</style>
border-color css
<style>
span { border-color: #A34DFE; }
span { border-color: rgb(163,77,254); }
td.TdClassName
{
border-color: #A34DFE;
}
.TagClassName
{
border-color: #A34DFE;
}
</style>