Shades of Blue Violet #A646FE
Tints of Blue Violet #A646FE
RGB
CMYK
RGB Variations
Color information
#A646FE (or 0xA646FE) is known color: Blue Violet. HEX triplet: A6, 46 and FE. RGB value is (166,70,254). Sum of RGB (Red+Green+Blue) = 166+70+254=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #A646FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A646FE is #59B901. Grayscale: #777777. Windows color (decimal): -5880066 or 16664230. OLE color: 16664230.
HSL color Cylindrical-coordinate representation of color #A646FE: hue angle of 271.3º 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 #A646FE is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 70 | 254 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.00 |
| HSL | 271.3º | 0.99% | 0.64% | - |
| HSV(B) | 271.3º | 0.72% | 1% | - |
| XYZ | 35.81 | 19.64 | 95.67 | - |
| YUV | 119.68 | 203.8 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 254 | 0.35 | 0.72 | 0 | 0.00 | 271.3 | 0.99 | 0.64 |
| Hex | A6 | 46 | FE | 23 | 48 | 0 | 0 | 10F | 63 | 40 |
| Octal | 246 | 106 | 376 | 43 | 110 | 0 | 0 | 417 | 143 | 100 |
| Binary | 10100110 | 1000110 | 11111110 | 100011 | 1001000 | 0 | 0 | 100001111 | 1100011 | 1000000 |
Color Harmonies of #A646FE
Complementary color
Monochromatic Colors of #A646FE
Black with #A646FE
Text Example
Text Example
White with #A646FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A646FE; }
p { color: rgb(166,70,254); }
H1.HeaderClassName
{
color: #A646FE;
}
.AnyTagClassName
{
color: #A646FE;
}
</style>
background-color css
<style>
a { background-color: #A646FE; }
a { background-color: rgb(166,70,254); }
div.DivClassName
{
background-color: #A646FE;
}
.BgClassName
{
background-color: #A646FE;
}
</style>
border-color css
<style>
span { border-color: #A646FE; }
span { border-color: rgb(166,70,254); }
td.TdClassName
{
border-color: #A646FE;
}
.TagClassName
{
border-color: #A646FE;
}
</style>