Shades of Blue Violet #A04BEF
Tints of Blue Violet #A04BEF
RGB
CMYK
RGB Variations
Color information
#A04BEF (or 0xA04BEF) is known color: Blue Violet. HEX triplet: A0, 4B and EF. RGB value is (160,75,239). Sum of RGB (Red+Green+Blue) = 160+75+239=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #A04BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04BEF is #5FB410. Grayscale: #767676. Windows color (decimal): -6272017 or 15682464. OLE color: 15682464.
HSL color Cylindrical-coordinate representation of color #A04BEF: hue angle of 271.1º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04BEF is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 75 | 239 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.06 |
| HSL | 271.1º | 0.84% | 0.62% | - |
| HSV(B) | 271.1º | 0.69% | 0.94% | - |
| XYZ | 32.59 | 18.74 | 83.56 | - |
| YUV | 119.11 | 195.66 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 239 | 0.33 | 0.69 | 0 | 0.06 | 271.1 | 0.84 | 0.62 |
| Hex | A0 | 4B | EF | 21 | 45 | 0 | 6 | 10F | 54 | 3E |
| Octal | 240 | 113 | 357 | 41 | 105 | 0 | 6 | 417 | 124 | 76 |
| Binary | 10100000 | 1001011 | 11101111 | 100001 | 1000101 | 0 | 110 | 100001111 | 1010100 | 111110 |
Color Harmonies of #A04BEF
Complementary color
Monochromatic Colors of #A04BEF
Black with #A04BEF
Text Example
Text Example
White with #A04BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04BEF; }
p { color: rgb(160,75,239); }
H1.HeaderClassName
{
color: #A04BEF;
}
.AnyTagClassName
{
color: #A04BEF;
}
</style>
background-color css
<style>
a { background-color: #A04BEF; }
a { background-color: rgb(160,75,239); }
div.DivClassName
{
background-color: #A04BEF;
}
.BgClassName
{
background-color: #A04BEF;
}
</style>
border-color css
<style>
span { border-color: #A04BEF; }
span { border-color: rgb(160,75,239); }
td.TdClassName
{
border-color: #A04BEF;
}
.TagClassName
{
border-color: #A04BEF;
}
</style>