Shades of Blue Violet #A647FD
Tints of Blue Violet #A647FD
RGB
CMYK
RGB Variations
Color information
#A647FD (or 0xA647FD) is known color: Blue Violet. HEX triplet: A6, 47 and FD. RGB value is (166,71,253). Sum of RGB (Red+Green+Blue) = 166+71+253=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 71 (28.12% from 255 or 14.49% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #A647FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A647FD is #59B802. Grayscale: #777777. Windows color (decimal): -5879811 or 16598950. OLE color: 16598950.
HSL color Cylindrical-coordinate representation of color #A647FD: hue angle of 271.32º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A647FD is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 71 | 253 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.01 |
| HSL | 271.32º | 0.98% | 0.64% | - |
| HSV(B) | 271.32º | 0.72% | 0.99% | - |
| XYZ | 35.71 | 19.71 | 94.85 | - |
| YUV | 120.15 | 202.97 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 253 | 0.34 | 0.72 | 0 | 0.01 | 271.32 | 0.98 | 0.64 |
| Hex | A6 | 47 | FD | 22 | 48 | 0 | 1 | 10F | 62 | 40 |
| Octal | 246 | 107 | 375 | 42 | 110 | 0 | 1 | 417 | 142 | 100 |
| Binary | 10100110 | 1000111 | 11111101 | 100010 | 1001000 | 0 | 1 | 100001111 | 1100010 | 1000000 |
Color Harmonies of #A647FD
Complementary color
Monochromatic Colors of #A647FD
Black with #A647FD
Text Example
Text Example
White with #A647FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647FD; }
p { color: rgb(166,71,253); }
H1.HeaderClassName
{
color: #A647FD;
}
.AnyTagClassName
{
color: #A647FD;
}
</style>
background-color css
<style>
a { background-color: #A647FD; }
a { background-color: rgb(166,71,253); }
div.DivClassName
{
background-color: #A647FD;
}
.BgClassName
{
background-color: #A647FD;
}
</style>
border-color css
<style>
span { border-color: #A647FD; }
span { border-color: rgb(166,71,253); }
td.TdClassName
{
border-color: #A647FD;
}
.TagClassName
{
border-color: #A647FD;
}
</style>