Shades of Blue Violet #A04DED
Tints of Blue Violet #A04DED
RGB
CMYK
RGB Variations
Color information
#A04DED (or 0xA04DED) is known color: Blue Violet. HEX triplet: A0, 4D and ED. RGB value is (160,77,237). Sum of RGB (Red+Green+Blue) = 160+77+237=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #A04DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04DED is #5FB212. Grayscale: #777777. Windows color (decimal): -6271507 or 15551904. OLE color: 15551904.
HSL color Cylindrical-coordinate representation of color #A04DED: hue angle of 271.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04DED is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 77 | 237 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.07 |
| HSL | 271.13º | 0.82% | 0.62% | - |
| HSV(B) | 271.13º | 0.68% | 0.93% | - |
| XYZ | 32.44 | 18.9 | 82.06 | - |
| YUV | 120.06 | 194 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 237 | 0.32 | 0.68 | 0 | 0.07 | 271.13 | 0.82 | 0.62 |
| Hex | A0 | 4D | ED | 20 | 44 | 0 | 7 | 10F | 52 | 3E |
| Octal | 240 | 115 | 355 | 40 | 104 | 0 | 7 | 417 | 122 | 76 |
| Binary | 10100000 | 1001101 | 11101101 | 100000 | 1000100 | 0 | 111 | 100001111 | 1010010 | 111110 |
Color Harmonies of #A04DED
Complementary color
Monochromatic Colors of #A04DED
Black with #A04DED
Text Example
Text Example
White with #A04DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DED; }
p { color: rgb(160,77,237); }
H1.HeaderClassName
{
color: #A04DED;
}
.AnyTagClassName
{
color: #A04DED;
}
</style>
background-color css
<style>
a { background-color: #A04DED; }
a { background-color: rgb(160,77,237); }
div.DivClassName
{
background-color: #A04DED;
}
.BgClassName
{
background-color: #A04DED;
}
</style>
border-color css
<style>
span { border-color: #A04DED; }
span { border-color: rgb(160,77,237); }
td.TdClassName
{
border-color: #A04DED;
}
.TagClassName
{
border-color: #A04DED;
}
</style>