Shades of Blue Violet #A04CEF
Tints of Blue Violet #A04CEF
RGB
CMYK
RGB Variations
Color information
#A04CEF (or 0xA04CEF) is known color: Blue Violet. HEX triplet: A0, 4C and EF. RGB value is (160,76,239). Sum of RGB (Red+Green+Blue) = 160+76+239=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #A04CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04CEF is #5FB310. Grayscale: #777777. Windows color (decimal): -6271761 or 15682720. OLE color: 15682720.
HSL color Cylindrical-coordinate representation of color #A04CEF: hue angle of 270.92º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04CEF is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 76 | 239 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.06 |
| HSL | 270.92º | 0.84% | 0.62% | - |
| HSV(B) | 270.92º | 0.68% | 0.94% | - |
| XYZ | 32.66 | 18.87 | 83.58 | - |
| YUV | 119.7 | 195.33 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 239 | 0.33 | 0.68 | 0 | 0.06 | 270.92 | 0.84 | 0.62 |
| Hex | A0 | 4C | EF | 21 | 44 | 0 | 6 | 10F | 54 | 3E |
| Octal | 240 | 114 | 357 | 41 | 104 | 0 | 6 | 417 | 124 | 76 |
| Binary | 10100000 | 1001100 | 11101111 | 100001 | 1000100 | 0 | 110 | 100001111 | 1010100 | 111110 |
Color Harmonies of #A04CEF
Complementary color
Monochromatic Colors of #A04CEF
Black with #A04CEF
Text Example
Text Example
White with #A04CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CEF; }
p { color: rgb(160,76,239); }
H1.HeaderClassName
{
color: #A04CEF;
}
.AnyTagClassName
{
color: #A04CEF;
}
</style>
background-color css
<style>
a { background-color: #A04CEF; }
a { background-color: rgb(160,76,239); }
div.DivClassName
{
background-color: #A04CEF;
}
.BgClassName
{
background-color: #A04CEF;
}
</style>
border-color css
<style>
span { border-color: #A04CEF; }
span { border-color: rgb(160,76,239); }
td.TdClassName
{
border-color: #A04CEF;
}
.TagClassName
{
border-color: #A04CEF;
}
</style>