Shades of Blue Violet #A740EC
Tints of Blue Violet #A740EC
RGB
CMYK
RGB Variations
Color information
#A740EC (or 0xA740EC) is known color: Blue Violet. HEX triplet: A7, 40 and EC. RGB value is (167,64,236). Sum of RGB (Red+Green+Blue) = 167+64+236=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #A740EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A740EC is #58BF13. Grayscale: #717171. Windows color (decimal): -5816084 or 15483047. OLE color: 15483047.
HSL color Cylindrical-coordinate representation of color #A740EC: hue angle of 275.93º degrees, saturation: 0.82, 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 #A740EC is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 64 | 236 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.07 |
| HSL | 275.93º | 0.82% | 0.59% | - |
| HSV(B) | 275.93º | 0.73% | 0.93% | - |
| XYZ | 32.91 | 17.94 | 81.08 | - |
| YUV | 114.41 | 196.62 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 64 | 236 | 0.29 | 0.73 | 0 | 0.07 | 275.93 | 0.82 | 0.59 |
| Hex | A7 | 40 | EC | 1D | 49 | 0 | 7 | 114 | 52 | 3B |
| Octal | 247 | 100 | 354 | 35 | 111 | 0 | 7 | 424 | 122 | 73 |
| Binary | 10100111 | 1000000 | 11101100 | 11101 | 1001001 | 0 | 111 | 100010100 | 1010010 | 111011 |
Color Harmonies of #A740EC
Complementary color
Monochromatic Colors of #A740EC
Black with #A740EC
Text Example
Text Example
White with #A740EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A740EC; }
p { color: rgb(167,64,236); }
H1.HeaderClassName
{
color: #A740EC;
}
.AnyTagClassName
{
color: #A740EC;
}
</style>
background-color css
<style>
a { background-color: #A740EC; }
a { background-color: rgb(167,64,236); }
div.DivClassName
{
background-color: #A740EC;
}
.BgClassName
{
background-color: #A740EC;
}
</style>
border-color css
<style>
span { border-color: #A740EC; }
span { border-color: rgb(167,64,236); }
td.TdClassName
{
border-color: #A740EC;
}
.TagClassName
{
border-color: #A740EC;
}
</style>