Shades of Blue Violet #A34EFE
Tints of Blue Violet #A34EFE
RGB
CMYK
RGB Variations
Color information
#A34EFE (or 0xA34EFE) is known color: Blue Violet. HEX triplet: A3, 4E and FE. RGB value is (163,78,254). Sum of RGB (Red+Green+Blue) = 163+78+254=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #A34EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34EFE is #5CB101. Grayscale: #7A7A7A. Windows color (decimal): -6074626 or 16666275. OLE color: 16666275.
HSL color Cylindrical-coordinate representation of color #A34EFE: hue angle of 268.98º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A34EFE is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 78 | 254 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.00 |
| HSL | 268.98º | 0.99% | 0.65% | - |
| HSV(B) | 268.98º | 0.69% | 1% | - |
| XYZ | 35.72 | 20.39 | 95.82 | - |
| YUV | 123.48 | 201.66 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 78 | 254 | 0.36 | 0.69 | 0 | 0.00 | 268.98 | 0.99 | 0.65 |
| Hex | A3 | 4E | FE | 24 | 45 | 0 | 0 | 10D | 63 | 41 |
| Octal | 243 | 116 | 376 | 44 | 105 | 0 | 0 | 415 | 143 | 101 |
| Binary | 10100011 | 1001110 | 11111110 | 100100 | 1000101 | 0 | 0 | 100001101 | 1100011 | 1000001 |
Color Harmonies of #A34EFE
Complementary color
Monochromatic Colors of #A34EFE
Black with #A34EFE
Text Example
Text Example
White with #A34EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34EFE; }
p { color: rgb(163,78,254); }
H1.HeaderClassName
{
color: #A34EFE;
}
.AnyTagClassName
{
color: #A34EFE;
}
</style>
background-color css
<style>
a { background-color: #A34EFE; }
a { background-color: rgb(163,78,254); }
div.DivClassName
{
background-color: #A34EFE;
}
.BgClassName
{
background-color: #A34EFE;
}
</style>
border-color css
<style>
span { border-color: #A34EFE; }
span { border-color: rgb(163,78,254); }
td.TdClassName
{
border-color: #A34EFE;
}
.TagClassName
{
border-color: #A34EFE;
}
</style>