Shades of Blue Violet #A04BEB
Tints of Blue Violet #A04BEB
RGB
CMYK
RGB Variations
Color information
#A04BEB (or 0xA04BEB) is known color: Blue Violet. HEX triplet: A0, 4B and EB. RGB value is (160,75,235). Sum of RGB (Red+Green+Blue) = 160+75+235=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #A04BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04BEB is #5FB414. Grayscale: #767676. Windows color (decimal): -6272021 or 15420320. OLE color: 15420320.
HSL color Cylindrical-coordinate representation of color #A04BEB: hue angle of 271.88º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04BEB is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 75 | 235 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.08 |
| HSL | 271.88º | 0.8% | 0.61% | - |
| HSV(B) | 271.88º | 0.68% | 0.92% | - |
| XYZ | 32.01 | 18.5 | 80.48 | - |
| YUV | 118.66 | 193.66 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 235 | 0.32 | 0.68 | 0 | 0.08 | 271.88 | 0.8 | 0.61 |
| Hex | A0 | 4B | EB | 20 | 44 | 0 | 8 | 110 | 50 | 3D |
| Octal | 240 | 113 | 353 | 40 | 104 | 0 | 10 | 420 | 120 | 75 |
| Binary | 10100000 | 1001011 | 11101011 | 100000 | 1000100 | 0 | 1000 | 100010000 | 1010000 | 111101 |
Color Harmonies of #A04BEB
Complementary color
Monochromatic Colors of #A04BEB
Black with #A04BEB
Text Example
Text Example
White with #A04BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04BEB; }
p { color: rgb(160,75,235); }
H1.HeaderClassName
{
color: #A04BEB;
}
.AnyTagClassName
{
color: #A04BEB;
}
</style>
background-color css
<style>
a { background-color: #A04BEB; }
a { background-color: rgb(160,75,235); }
div.DivClassName
{
background-color: #A04BEB;
}
.BgClassName
{
background-color: #A04BEB;
}
</style>
border-color css
<style>
span { border-color: #A04BEB; }
span { border-color: rgb(160,75,235); }
td.TdClassName
{
border-color: #A04BEB;
}
.TagClassName
{
border-color: #A04BEB;
}
</style>