Shades of Blue Violet #A647F7
Tints of Blue Violet #A647F7
RGB
CMYK
RGB Variations
Color information
#A647F7 (or 0xA647F7) is known color: Blue Violet. HEX triplet: A6, 47 and F7. RGB value is (166,71,247). Sum of RGB (Red+Green+Blue) = 166+71+247=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #A647F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A647F7 is #59B808. Grayscale: #767676. Windows color (decimal): -5879817 or 16205734. OLE color: 16205734.
HSL color Cylindrical-coordinate representation of color #A647F7: hue angle of 272.39º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A647F7 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 71 | 247 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.03 |
| HSL | 272.39º | 0.92% | 0.62% | - |
| HSV(B) | 272.39º | 0.71% | 0.97% | - |
| XYZ | 34.77 | 19.33 | 89.89 | - |
| YUV | 119.47 | 199.97 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 247 | 0.33 | 0.71 | 0 | 0.03 | 272.39 | 0.92 | 0.62 |
| Hex | A6 | 47 | F7 | 21 | 47 | 0 | 3 | 110 | 5C | 3E |
| Octal | 246 | 107 | 367 | 41 | 107 | 0 | 3 | 420 | 134 | 76 |
| Binary | 10100110 | 1000111 | 11110111 | 100001 | 1000111 | 0 | 11 | 100010000 | 1011100 | 111110 |
Color Harmonies of #A647F7
Complementary color
Monochromatic Colors of #A647F7
Black with #A647F7
Text Example
Text Example
White with #A647F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647F7; }
p { color: rgb(166,71,247); }
H1.HeaderClassName
{
color: #A647F7;
}
.AnyTagClassName
{
color: #A647F7;
}
</style>
background-color css
<style>
a { background-color: #A647F7; }
a { background-color: rgb(166,71,247); }
div.DivClassName
{
background-color: #A647F7;
}
.BgClassName
{
background-color: #A647F7;
}
</style>
border-color css
<style>
span { border-color: #A647F7; }
span { border-color: rgb(166,71,247); }
td.TdClassName
{
border-color: #A647F7;
}
.TagClassName
{
border-color: #A647F7;
}
</style>