Shades of Blue Violet #A647FC
Tints of Blue Violet #A647FC
RGB
CMYK
RGB Variations
Color information
#A647FC (or 0xA647FC) is known color: Blue Violet. HEX triplet: A6, 47 and FC. RGB value is (166,71,252). Sum of RGB (Red+Green+Blue) = 166+71+252=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #A647FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A647FC is #59B803. Grayscale: #777777. Windows color (decimal): -5879812 or 16533414. OLE color: 16533414.
HSL color Cylindrical-coordinate representation of color #A647FC: hue angle of 271.49º 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 #A647FC is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 71 | 252 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.01 |
| HSL | 271.49º | 0.97% | 0.63% | - |
| HSV(B) | 271.49º | 0.72% | 0.99% | - |
| XYZ | 35.55 | 19.64 | 94.01 | - |
| YUV | 120.04 | 202.47 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 252 | 0.34 | 0.72 | 0 | 0.01 | 271.49 | 0.97 | 0.63 |
| Hex | A6 | 47 | FC | 22 | 48 | 0 | 1 | 10F | 61 | 3F |
| Octal | 246 | 107 | 374 | 42 | 110 | 0 | 1 | 417 | 141 | 77 |
| Binary | 10100110 | 1000111 | 11111100 | 100010 | 1001000 | 0 | 1 | 100001111 | 1100001 | 111111 |
Color Harmonies of #A647FC
Complementary color
Monochromatic Colors of #A647FC
Black with #A647FC
Text Example
Text Example
White with #A647FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647FC; }
p { color: rgb(166,71,252); }
H1.HeaderClassName
{
color: #A647FC;
}
.AnyTagClassName
{
color: #A647FC;
}
</style>
background-color css
<style>
a { background-color: #A647FC; }
a { background-color: rgb(166,71,252); }
div.DivClassName
{
background-color: #A647FC;
}
.BgClassName
{
background-color: #A647FC;
}
</style>
border-color css
<style>
span { border-color: #A647FC; }
span { border-color: rgb(166,71,252); }
td.TdClassName
{
border-color: #A647FC;
}
.TagClassName
{
border-color: #A647FC;
}
</style>