Shades of Blue Violet #A040ED
Tints of Blue Violet #A040ED
RGB
CMYK
RGB Variations
Color information
#A040ED (or 0xA040ED) is known color: Blue Violet. HEX triplet: A0, 40 and ED. RGB value is (160,64,237). Sum of RGB (Red+Green+Blue) = 160+64+237=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #A040ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A040ED is #5FBF12. Grayscale: #6F6F6F. Windows color (decimal): -6274835 or 15548576. OLE color: 15548576.
HSL color Cylindrical-coordinate representation of color #A040ED: hue angle of 273.29º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A040ED is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 64 | 237 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.07 |
| HSL | 273.29º | 0.83% | 0.59% | - |
| HSV(B) | 273.29º | 0.73% | 0.93% | - |
| XYZ | 31.62 | 17.25 | 81.78 | - |
| YUV | 112.43 | 198.3 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 237 | 0.32 | 0.73 | 0 | 0.07 | 273.29 | 0.83 | 0.59 |
| Hex | A0 | 40 | ED | 20 | 49 | 0 | 7 | 111 | 53 | 3B |
| Octal | 240 | 100 | 355 | 40 | 111 | 0 | 7 | 421 | 123 | 73 |
| Binary | 10100000 | 1000000 | 11101101 | 100000 | 1001001 | 0 | 111 | 100010001 | 1010011 | 111011 |
Color Harmonies of #A040ED
Complementary color
Monochromatic Colors of #A040ED
Black with #A040ED
Text Example
Text Example
White with #A040ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040ED; }
p { color: rgb(160,64,237); }
H1.HeaderClassName
{
color: #A040ED;
}
.AnyTagClassName
{
color: #A040ED;
}
</style>
background-color css
<style>
a { background-color: #A040ED; }
a { background-color: rgb(160,64,237); }
div.DivClassName
{
background-color: #A040ED;
}
.BgClassName
{
background-color: #A040ED;
}
</style>
border-color css
<style>
span { border-color: #A040ED; }
span { border-color: rgb(160,64,237); }
td.TdClassName
{
border-color: #A040ED;
}
.TagClassName
{
border-color: #A040ED;
}
</style>