Shades of Blue Violet #A04EFD
Tints of Blue Violet #A04EFD
RGB
CMYK
RGB Variations
Color information
#A04EFD (or 0xA04EFD) is known color: Blue Violet. HEX triplet: A0, 4E and FD. RGB value is (160,78,253). Sum of RGB (Red+Green+Blue) = 160+78+253=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #A04EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04EFD is #5FB102. Grayscale: #797979. Windows color (decimal): -6271235 or 16600736. OLE color: 16600736.
HSL color Cylindrical-coordinate representation of color #A04EFD: hue angle of 268.11º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04EFD is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 78 | 253 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.01 |
| HSL | 268.11º | 0.98% | 0.65% | - |
| HSV(B) | 268.11º | 0.69% | 0.99% | - |
| XYZ | 34.95 | 20.01 | 94.95 | - |
| YUV | 122.47 | 201.67 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 253 | 0.37 | 0.69 | 0 | 0.01 | 268.11 | 0.98 | 0.65 |
| Hex | A0 | 4E | FD | 25 | 45 | 0 | 1 | 10C | 62 | 41 |
| Octal | 240 | 116 | 375 | 45 | 105 | 0 | 1 | 414 | 142 | 101 |
| Binary | 10100000 | 1001110 | 11111101 | 100101 | 1000101 | 0 | 1 | 100001100 | 1100010 | 1000001 |
Color Harmonies of #A04EFD
Complementary color
Monochromatic Colors of #A04EFD
Black with #A04EFD
Text Example
Text Example
White with #A04EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EFD; }
p { color: rgb(160,78,253); }
H1.HeaderClassName
{
color: #A04EFD;
}
.AnyTagClassName
{
color: #A04EFD;
}
</style>
background-color css
<style>
a { background-color: #A04EFD; }
a { background-color: rgb(160,78,253); }
div.DivClassName
{
background-color: #A04EFD;
}
.BgClassName
{
background-color: #A04EFD;
}
</style>
border-color css
<style>
span { border-color: #A04EFD; }
span { border-color: rgb(160,78,253); }
td.TdClassName
{
border-color: #A04EFD;
}
.TagClassName
{
border-color: #A04EFD;
}
</style>