Shades of Blue Violet #A04DFF
Tints of Blue Violet #A04DFF
RGB
CMYK
RGB Variations
Color information
#A04DFF (or 0xA04DFF) is known color: Blue Violet. HEX triplet: A0, 4D and FF. RGB value is (160,77,255). Sum of RGB (Red+Green+Blue) = 160+77+255=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #A04DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04DFF is #5FB200. Grayscale: #797979. Windows color (decimal): -6271489 or 16731552. OLE color: 16731552.
HSL color Cylindrical-coordinate representation of color #A04DFF: hue angle of 267.98º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A04DFF is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 77 | 255 | - |
| CMYK | 0.37 | 0.70 | 0 | 0 |
| HSL | 267.98º | 1% | 0.65% | - |
| HSV(B) | 267.98º | 0.7% | 1% | - |
| XYZ | 35.2 | 20 | 96.61 | - |
| YUV | 122.11 | 203 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 255 | 0.37 | 0.70 | 0 | 0 | 267.98 | 1 | 0.65 |
| Hex | A0 | 4D | FF | 25 | 46 | 0 | 0 | 10C | 64 | 41 |
| Octal | 240 | 115 | 377 | 45 | 106 | 0 | 0 | 414 | 144 | 101 |
| Binary | 10100000 | 1001101 | 11111111 | 100101 | 1000110 | 0 | 0 | 100001100 | 1100100 | 1000001 |
Color Harmonies of #A04DFF
Complementary color
Monochromatic Colors of #A04DFF
Black with #A04DFF
Text Example
Text Example
White with #A04DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DFF; }
p { color: rgb(160,77,255); }
H1.HeaderClassName
{
color: #A04DFF;
}
.AnyTagClassName
{
color: #A04DFF;
}
</style>
background-color css
<style>
a { background-color: #A04DFF; }
a { background-color: rgb(160,77,255); }
div.DivClassName
{
background-color: #A04DFF;
}
.BgClassName
{
background-color: #A04DFF;
}
</style>
border-color css
<style>
span { border-color: #A04DFF; }
span { border-color: rgb(160,77,255); }
td.TdClassName
{
border-color: #A04DFF;
}
.TagClassName
{
border-color: #A04DFF;
}
</style>