Shades of Blue Violet #A04DFB
Tints of Blue Violet #A04DFB
RGB
CMYK
RGB Variations
Color information
#A04DFB (or 0xA04DFB) is known color: Blue Violet. HEX triplet: A0, 4D and FB. RGB value is (160,77,251). Sum of RGB (Red+Green+Blue) = 160+77+251=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #A04DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04DFB is #5FB204. Grayscale: #797979. Windows color (decimal): -6271493 or 16469408. OLE color: 16469408.
HSL color Cylindrical-coordinate representation of color #A04DFB: hue angle of 268.62º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04DFB is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 77 | 251 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.02 |
| HSL | 268.62º | 0.96% | 0.64% | - |
| HSV(B) | 268.62º | 0.69% | 0.98% | - |
| XYZ | 34.56 | 19.75 | 93.26 | - |
| YUV | 121.65 | 201 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 251 | 0.36 | 0.69 | 0 | 0.02 | 268.62 | 0.96 | 0.64 |
| Hex | A0 | 4D | FB | 24 | 45 | 0 | 2 | 10D | 60 | 40 |
| Octal | 240 | 115 | 373 | 44 | 105 | 0 | 2 | 415 | 140 | 100 |
| Binary | 10100000 | 1001101 | 11111011 | 100100 | 1000101 | 0 | 10 | 100001101 | 1100000 | 1000000 |
Color Harmonies of #A04DFB
Complementary color
Monochromatic Colors of #A04DFB
Black with #A04DFB
Text Example
Text Example
White with #A04DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DFB; }
p { color: rgb(160,77,251); }
H1.HeaderClassName
{
color: #A04DFB;
}
.AnyTagClassName
{
color: #A04DFB;
}
</style>
background-color css
<style>
a { background-color: #A04DFB; }
a { background-color: rgb(160,77,251); }
div.DivClassName
{
background-color: #A04DFB;
}
.BgClassName
{
background-color: #A04DFB;
}
</style>
border-color css
<style>
span { border-color: #A04DFB; }
span { border-color: rgb(160,77,251); }
td.TdClassName
{
border-color: #A04DFB;
}
.TagClassName
{
border-color: #A04DFB;
}
</style>