Shades of Blue Violet #A740EE
Tints of Blue Violet #A740EE
RGB
CMYK
RGB Variations
Color information
#A740EE (or 0xA740EE) is known color: Blue Violet. HEX triplet: A7, 40 and EE. RGB value is (167,64,238). Sum of RGB (Red+Green+Blue) = 167+64+238=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #A740EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A740EE is #58BF11. Grayscale: #727272. Windows color (decimal): -5816082 or 15614119. OLE color: 15614119.
HSL color Cylindrical-coordinate representation of color #A740EE: hue angle of 275.52º degrees, saturation: 0.84, 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 #A740EE is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 64 | 238 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.07 |
| HSL | 275.52º | 0.84% | 0.59% | - |
| HSV(B) | 275.52º | 0.73% | 0.93% | - |
| XYZ | 33.2 | 18.06 | 82.62 | - |
| YUV | 114.63 | 197.62 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 64 | 238 | 0.30 | 0.73 | 0 | 0.07 | 275.52 | 0.84 | 0.59 |
| Hex | A7 | 40 | EE | 1E | 49 | 0 | 7 | 114 | 54 | 3B |
| Octal | 247 | 100 | 356 | 36 | 111 | 0 | 7 | 424 | 124 | 73 |
| Binary | 10100111 | 1000000 | 11101110 | 11110 | 1001001 | 0 | 111 | 100010100 | 1010100 | 111011 |
Color Harmonies of #A740EE
Complementary color
Monochromatic Colors of #A740EE
Black with #A740EE
Text Example
Text Example
White with #A740EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A740EE; }
p { color: rgb(167,64,238); }
H1.HeaderClassName
{
color: #A740EE;
}
.AnyTagClassName
{
color: #A740EE;
}
</style>
background-color css
<style>
a { background-color: #A740EE; }
a { background-color: rgb(167,64,238); }
div.DivClassName
{
background-color: #A740EE;
}
.BgClassName
{
background-color: #A740EE;
}
</style>
border-color css
<style>
span { border-color: #A740EE; }
span { border-color: rgb(167,64,238); }
td.TdClassName
{
border-color: #A740EE;
}
.TagClassName
{
border-color: #A740EE;
}
</style>