Shades of Blue Violet #A040EF
Tints of Blue Violet #A040EF
RGB
CMYK
RGB Variations
Color information
#A040EF (or 0xA040EF) is known color: Blue Violet. HEX triplet: A0, 40 and EF. RGB value is (160,64,239). Sum of RGB (Red+Green+Blue) = 160+64+239=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #A040EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A040EF is #5FBF10. Grayscale: #707070. Windows color (decimal): -6274833 or 15679648. OLE color: 15679648.
HSL color Cylindrical-coordinate representation of color #A040EF: hue angle of 272.91º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A040EF is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 64 | 239 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.06 |
| HSL | 272.91º | 0.85% | 0.59% | - |
| HSV(B) | 272.91º | 0.73% | 0.94% | - |
| XYZ | 31.91 | 17.37 | 83.33 | - |
| YUV | 112.65 | 199.3 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 239 | 0.33 | 0.73 | 0 | 0.06 | 272.91 | 0.85 | 0.59 |
| Hex | A0 | 40 | EF | 21 | 49 | 0 | 6 | 111 | 55 | 3B |
| Octal | 240 | 100 | 357 | 41 | 111 | 0 | 6 | 421 | 125 | 73 |
| Binary | 10100000 | 1000000 | 11101111 | 100001 | 1001001 | 0 | 110 | 100010001 | 1010101 | 111011 |
Color Harmonies of #A040EF
Complementary color
Monochromatic Colors of #A040EF
Black with #A040EF
Text Example
Text Example
White with #A040EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040EF; }
p { color: rgb(160,64,239); }
H1.HeaderClassName
{
color: #A040EF;
}
.AnyTagClassName
{
color: #A040EF;
}
</style>
background-color css
<style>
a { background-color: #A040EF; }
a { background-color: rgb(160,64,239); }
div.DivClassName
{
background-color: #A040EF;
}
.BgClassName
{
background-color: #A040EF;
}
</style>
border-color css
<style>
span { border-color: #A040EF; }
span { border-color: rgb(160,64,239); }
td.TdClassName
{
border-color: #A040EF;
}
.TagClassName
{
border-color: #A040EF;
}
</style>