Shades of Blue Violet #A346FE
Tints of Blue Violet #A346FE
RGB
CMYK
RGB Variations
Color information
#A346FE (or 0xA346FE) is known color: Blue Violet. HEX triplet: A3, 46 and FE. RGB value is (163,70,254). Sum of RGB (Red+Green+Blue) = 163+70+254=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #A346FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A346FE is #5CB901. Grayscale: #767676. Windows color (decimal): -6076674 or 16664227. OLE color: 16664227.
HSL color Cylindrical-coordinate representation of color #A346FE: hue angle of 270.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A346FE is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 70 | 254 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.00 |
| HSL | 270.33º | 0.99% | 0.64% | - |
| HSV(B) | 270.33º | 0.72% | 1% | - |
| XYZ | 35.18 | 19.32 | 95.64 | - |
| YUV | 118.78 | 204.31 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 254 | 0.36 | 0.72 | 0 | 0.00 | 270.33 | 0.99 | 0.64 |
| Hex | A3 | 46 | FE | 24 | 48 | 0 | 0 | 10E | 63 | 40 |
| Octal | 243 | 106 | 376 | 44 | 110 | 0 | 0 | 416 | 143 | 100 |
| Binary | 10100011 | 1000110 | 11111110 | 100100 | 1001000 | 0 | 0 | 100001110 | 1100011 | 1000000 |
Color Harmonies of #A346FE
Complementary color
Monochromatic Colors of #A346FE
Black with #A346FE
Text Example
Text Example
White with #A346FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A346FE; }
p { color: rgb(163,70,254); }
H1.HeaderClassName
{
color: #A346FE;
}
.AnyTagClassName
{
color: #A346FE;
}
</style>
background-color css
<style>
a { background-color: #A346FE; }
a { background-color: rgb(163,70,254); }
div.DivClassName
{
background-color: #A346FE;
}
.BgClassName
{
background-color: #A346FE;
}
</style>
border-color css
<style>
span { border-color: #A346FE; }
span { border-color: rgb(163,70,254); }
td.TdClassName
{
border-color: #A346FE;
}
.TagClassName
{
border-color: #A346FE;
}
</style>