Shades of Blue Violet #A846FE
Tints of Blue Violet #A846FE
RGB
CMYK
RGB Variations
Color information
#A846FE (or 0xA846FE) is known color: Blue Violet. HEX triplet: A8, 46 and FE. RGB value is (168,70,254). Sum of RGB (Red+Green+Blue) = 168+70+254=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #A846FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A846FE is #57B901. Grayscale: #777777. Windows color (decimal): -5748994 or 16664232. OLE color: 16664232.
HSL color Cylindrical-coordinate representation of color #A846FE: hue angle of 271.96º 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 #A846FE is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 70 | 254 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.00 |
| HSL | 271.96º | 0.99% | 0.64% | - |
| HSV(B) | 271.96º | 0.72% | 1% | - |
| XYZ | 36.23 | 19.86 | 95.69 | - |
| YUV | 120.28 | 203.47 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 254 | 0.34 | 0.72 | 0 | 0.00 | 271.96 | 0.99 | 0.64 |
| Hex | A8 | 46 | FE | 22 | 48 | 0 | 0 | 110 | 63 | 40 |
| Octal | 250 | 106 | 376 | 42 | 110 | 0 | 0 | 420 | 143 | 100 |
| Binary | 10101000 | 1000110 | 11111110 | 100010 | 1001000 | 0 | 0 | 100010000 | 1100011 | 1000000 |
Color Harmonies of #A846FE
Complementary color
Monochromatic Colors of #A846FE
Black with #A846FE
Text Example
Text Example
White with #A846FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A846FE; }
p { color: rgb(168,70,254); }
H1.HeaderClassName
{
color: #A846FE;
}
.AnyTagClassName
{
color: #A846FE;
}
</style>
background-color css
<style>
a { background-color: #A846FE; }
a { background-color: rgb(168,70,254); }
div.DivClassName
{
background-color: #A846FE;
}
.BgClassName
{
background-color: #A846FE;
}
</style>
border-color css
<style>
span { border-color: #A846FE; }
span { border-color: rgb(168,70,254); }
td.TdClassName
{
border-color: #A846FE;
}
.TagClassName
{
border-color: #A846FE;
}
</style>