Shades of Blue Violet #A647FE
Tints of Blue Violet #A647FE
RGB
CMYK
RGB Variations
Color information
#A647FE (or 0xA647FE) is known color: Blue Violet. HEX triplet: A6, 47 and FE. RGB value is (166,71,254). Sum of RGB (Red+Green+Blue) = 166+71+254=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #A647FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A647FE is #59B801. Grayscale: #777777. Windows color (decimal): -5879810 or 16664486. OLE color: 16664486.
HSL color Cylindrical-coordinate representation of color #A647FE: hue angle of 271.15º 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 #A647FE is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 71 | 254 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.00 |
| HSL | 271.15º | 0.99% | 0.64% | - |
| HSV(B) | 271.15º | 0.72% | 1% | - |
| XYZ | 35.87 | 19.77 | 95.69 | - |
| YUV | 120.27 | 203.47 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 254 | 0.35 | 0.72 | 0 | 0.00 | 271.15 | 0.99 | 0.64 |
| Hex | A6 | 47 | FE | 23 | 48 | 0 | 0 | 10F | 63 | 40 |
| Octal | 246 | 107 | 376 | 43 | 110 | 0 | 0 | 417 | 143 | 100 |
| Binary | 10100110 | 1000111 | 11111110 | 100011 | 1001000 | 0 | 0 | 100001111 | 1100011 | 1000000 |
Color Harmonies of #A647FE
Complementary color
Monochromatic Colors of #A647FE
Black with #A647FE
Text Example
Text Example
White with #A647FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647FE; }
p { color: rgb(166,71,254); }
H1.HeaderClassName
{
color: #A647FE;
}
.AnyTagClassName
{
color: #A647FE;
}
</style>
background-color css
<style>
a { background-color: #A647FE; }
a { background-color: rgb(166,71,254); }
div.DivClassName
{
background-color: #A647FE;
}
.BgClassName
{
background-color: #A647FE;
}
</style>
border-color css
<style>
span { border-color: #A647FE; }
span { border-color: rgb(166,71,254); }
td.TdClassName
{
border-color: #A647FE;
}
.TagClassName
{
border-color: #A647FE;
}
</style>