Shades of Blue Violet #A846FC
Tints of Blue Violet #A846FC
RGB
CMYK
RGB Variations
Color information
#A846FC (or 0xA846FC) is known color: Blue Violet. HEX triplet: A8, 46 and FC. RGB value is (168,70,252). Sum of RGB (Red+Green+Blue) = 168+70+252=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #A846FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A846FC is #57B903. Grayscale: #777777. Windows color (decimal): -5748996 or 16533160. OLE color: 16533160.
HSL color Cylindrical-coordinate representation of color #A846FC: hue angle of 272.31º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A846FC is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 70 | 252 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.01 |
| HSL | 272.31º | 0.97% | 0.63% | - |
| HSV(B) | 272.31º | 0.72% | 0.99% | - |
| XYZ | 35.91 | 19.73 | 94.01 | - |
| YUV | 120.05 | 202.47 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 252 | 0.33 | 0.72 | 0 | 0.01 | 272.31 | 0.97 | 0.63 |
| Hex | A8 | 46 | FC | 21 | 48 | 0 | 1 | 110 | 61 | 3F |
| Octal | 250 | 106 | 374 | 41 | 110 | 0 | 1 | 420 | 141 | 77 |
| Binary | 10101000 | 1000110 | 11111100 | 100001 | 1001000 | 0 | 1 | 100010000 | 1100001 | 111111 |
Color Harmonies of #A846FC
Complementary color
Monochromatic Colors of #A846FC
Black with #A846FC
Text Example
Text Example
White with #A846FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A846FC; }
p { color: rgb(168,70,252); }
H1.HeaderClassName
{
color: #A846FC;
}
.AnyTagClassName
{
color: #A846FC;
}
</style>
background-color css
<style>
a { background-color: #A846FC; }
a { background-color: rgb(168,70,252); }
div.DivClassName
{
background-color: #A846FC;
}
.BgClassName
{
background-color: #A846FC;
}
</style>
border-color css
<style>
span { border-color: #A846FC; }
span { border-color: rgb(168,70,252); }
td.TdClassName
{
border-color: #A846FC;
}
.TagClassName
{
border-color: #A846FC;
}
</style>