Shades of Blue Violet #A04CED
Tints of Blue Violet #A04CED
RGB
CMYK
RGB Variations
Color information
#A04CED (or 0xA04CED) is known color: Blue Violet. HEX triplet: A0, 4C and ED. RGB value is (160,76,237). Sum of RGB (Red+Green+Blue) = 160+76+237=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #A04CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04CED is #5FB312. Grayscale: #767676. Windows color (decimal): -6271763 or 15551648. OLE color: 15551648.
HSL color Cylindrical-coordinate representation of color #A04CED: hue angle of 271.3º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04CED is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 76 | 237 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.07 |
| HSL | 271.3º | 0.82% | 0.61% | - |
| HSV(B) | 271.3º | 0.68% | 0.93% | - |
| XYZ | 32.37 | 18.76 | 82.04 | - |
| YUV | 119.47 | 194.33 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 237 | 0.32 | 0.68 | 0 | 0.07 | 271.3 | 0.82 | 0.61 |
| Hex | A0 | 4C | ED | 20 | 44 | 0 | 7 | 10F | 52 | 3D |
| Octal | 240 | 114 | 355 | 40 | 104 | 0 | 7 | 417 | 122 | 75 |
| Binary | 10100000 | 1001100 | 11101101 | 100000 | 1000100 | 0 | 111 | 100001111 | 1010010 | 111101 |
Color Harmonies of #A04CED
Complementary color
Monochromatic Colors of #A04CED
Black with #A04CED
Text Example
Text Example
White with #A04CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CED; }
p { color: rgb(160,76,237); }
H1.HeaderClassName
{
color: #A04CED;
}
.AnyTagClassName
{
color: #A04CED;
}
</style>
background-color css
<style>
a { background-color: #A04CED; }
a { background-color: rgb(160,76,237); }
div.DivClassName
{
background-color: #A04CED;
}
.BgClassName
{
background-color: #A04CED;
}
</style>
border-color css
<style>
span { border-color: #A04CED; }
span { border-color: rgb(160,76,237); }
td.TdClassName
{
border-color: #A04CED;
}
.TagClassName
{
border-color: #A04CED;
}
</style>