Shades of Blue Violet #A04DFD
Tints of Blue Violet #A04DFD
RGB
CMYK
RGB Variations
Color information
#A04DFD (or 0xA04DFD) is known color: Blue Violet. HEX triplet: A0, 4D and FD. RGB value is (160,77,253). Sum of RGB (Red+Green+Blue) = 160+77+253=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 77 (30.47% from 255 or 15.71% 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 #A04DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04DFD is #5FB202. Grayscale: #797979. Windows color (decimal): -6271491 or 16600480. OLE color: 16600480.
HSL color Cylindrical-coordinate representation of color #A04DFD: hue angle of 268.3º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A04DFD is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 77 | 253 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.01 |
| HSL | 268.3º | 0.98% | 0.65% | - |
| HSV(B) | 268.3º | 0.7% | 0.99% | - |
| XYZ | 34.88 | 19.87 | 94.93 | - |
| YUV | 121.88 | 202 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 253 | 0.37 | 0.70 | 0 | 0.01 | 268.3 | 0.98 | 0.65 |
| Hex | A0 | 4D | FD | 25 | 46 | 0 | 1 | 10C | 62 | 41 |
| Octal | 240 | 115 | 375 | 45 | 106 | 0 | 1 | 414 | 142 | 101 |
| Binary | 10100000 | 1001101 | 11111101 | 100101 | 1000110 | 0 | 1 | 100001100 | 1100010 | 1000001 |
Color Harmonies of #A04DFD
Complementary color
Monochromatic Colors of #A04DFD
Black with #A04DFD
Text Example
Text Example
White with #A04DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DFD; }
p { color: rgb(160,77,253); }
H1.HeaderClassName
{
color: #A04DFD;
}
.AnyTagClassName
{
color: #A04DFD;
}
</style>
background-color css
<style>
a { background-color: #A04DFD; }
a { background-color: rgb(160,77,253); }
div.DivClassName
{
background-color: #A04DFD;
}
.BgClassName
{
background-color: #A04DFD;
}
</style>
border-color css
<style>
span { border-color: #A04DFD; }
span { border-color: rgb(160,77,253); }
td.TdClassName
{
border-color: #A04DFD;
}
.TagClassName
{
border-color: #A04DFD;
}
</style>