Shades of Blue Violet #A740EF
Tints of Blue Violet #A740EF
RGB
CMYK
RGB Variations
Color information
#A740EF (or 0xA740EF) is known color: Blue Violet. HEX triplet: A7, 40 and EF. RGB value is (167,64,239). Sum of RGB (Red+Green+Blue) = 167+64+239=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #A740EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A740EF is #58BF10. Grayscale: #727272. Windows color (decimal): -5816081 or 15679655. OLE color: 15679655.
HSL color Cylindrical-coordinate representation of color #A740EF: hue angle of 275.31º 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 #A740EF is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 64 | 239 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.06 |
| HSL | 275.31º | 0.85% | 0.59% | - |
| HSV(B) | 275.31º | 0.73% | 0.94% | - |
| XYZ | 33.35 | 18.11 | 83.4 | - |
| YUV | 114.75 | 198.12 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 64 | 239 | 0.30 | 0.73 | 0 | 0.06 | 275.31 | 0.85 | 0.59 |
| Hex | A7 | 40 | EF | 1E | 49 | 0 | 6 | 113 | 55 | 3B |
| Octal | 247 | 100 | 357 | 36 | 111 | 0 | 6 | 423 | 125 | 73 |
| Binary | 10100111 | 1000000 | 11101111 | 11110 | 1001001 | 0 | 110 | 100010011 | 1010101 | 111011 |
Color Harmonies of #A740EF
Complementary color
Monochromatic Colors of #A740EF
Black with #A740EF
Text Example
Text Example
White with #A740EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A740EF; }
p { color: rgb(167,64,239); }
H1.HeaderClassName
{
color: #A740EF;
}
.AnyTagClassName
{
color: #A740EF;
}
</style>
background-color css
<style>
a { background-color: #A740EF; }
a { background-color: rgb(167,64,239); }
div.DivClassName
{
background-color: #A740EF;
}
.BgClassName
{
background-color: #A740EF;
}
</style>
border-color css
<style>
span { border-color: #A740EF; }
span { border-color: rgb(167,64,239); }
td.TdClassName
{
border-color: #A740EF;
}
.TagClassName
{
border-color: #A740EF;
}
</style>