Shades of Blue Violet #A649FD
Tints of Blue Violet #A649FD
RGB
CMYK
RGB Variations
Color information
#A649FD (or 0xA649FD) is known color: Blue Violet. HEX triplet: A6, 49 and FD. RGB value is (166,73,253). Sum of RGB (Red+Green+Blue) = 166+73+253=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #A649FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A649FD is #59B602. Grayscale: #787878. Windows color (decimal): -5879299 or 16599462. OLE color: 16599462.
HSL color Cylindrical-coordinate representation of color #A649FD: hue angle of 271º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A649FD is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 73 | 253 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.01 |
| HSL | 271º | 0.98% | 0.64% | - |
| HSV(B) | 271º | 0.71% | 0.99% | - |
| XYZ | 35.84 | 19.96 | 94.89 | - |
| YUV | 121.33 | 202.31 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 253 | 0.34 | 0.71 | 0 | 0.01 | 271 | 0.98 | 0.64 |
| Hex | A6 | 49 | FD | 22 | 47 | 0 | 1 | 10F | 62 | 40 |
| Octal | 246 | 111 | 375 | 42 | 107 | 0 | 1 | 417 | 142 | 100 |
| Binary | 10100110 | 1001001 | 11111101 | 100010 | 1000111 | 0 | 1 | 100001111 | 1100010 | 1000000 |
Color Harmonies of #A649FD
Complementary color
Monochromatic Colors of #A649FD
Black with #A649FD
Text Example
Text Example
White with #A649FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A649FD; }
p { color: rgb(166,73,253); }
H1.HeaderClassName
{
color: #A649FD;
}
.AnyTagClassName
{
color: #A649FD;
}
</style>
background-color css
<style>
a { background-color: #A649FD; }
a { background-color: rgb(166,73,253); }
div.DivClassName
{
background-color: #A649FD;
}
.BgClassName
{
background-color: #A649FD;
}
</style>
border-color css
<style>
span { border-color: #A649FD; }
span { border-color: rgb(166,73,253); }
td.TdClassName
{
border-color: #A649FD;
}
.TagClassName
{
border-color: #A649FD;
}
</style>