Shades of Blue Violet #A740ED
Tints of Blue Violet #A740ED
RGB
CMYK
RGB Variations
Color information
#A740ED (or 0xA740ED) is known color: Blue Violet. HEX triplet: A7, 40 and ED. RGB value is (167,64,237). Sum of RGB (Red+Green+Blue) = 167+64+237=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #A740ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A740ED is #58BF12. Grayscale: #717171. Windows color (decimal): -5816083 or 15548583. OLE color: 15548583.
HSL color Cylindrical-coordinate representation of color #A740ED: hue angle of 275.72º 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 #A740ED is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 64 | 237 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.07 |
| HSL | 275.72º | 0.83% | 0.59% | - |
| HSV(B) | 275.72º | 0.73% | 0.93% | - |
| XYZ | 33.06 | 18 | 81.85 | - |
| YUV | 114.52 | 197.12 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 64 | 237 | 0.30 | 0.73 | 0 | 0.07 | 275.72 | 0.83 | 0.59 |
| Hex | A7 | 40 | ED | 1E | 49 | 0 | 7 | 114 | 53 | 3B |
| Octal | 247 | 100 | 355 | 36 | 111 | 0 | 7 | 424 | 123 | 73 |
| Binary | 10100111 | 1000000 | 11101101 | 11110 | 1001001 | 0 | 111 | 100010100 | 1010011 | 111011 |
Color Harmonies of #A740ED
Complementary color
Monochromatic Colors of #A740ED
Black with #A740ED
Text Example
Text Example
White with #A740ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A740ED; }
p { color: rgb(167,64,237); }
H1.HeaderClassName
{
color: #A740ED;
}
.AnyTagClassName
{
color: #A740ED;
}
</style>
background-color css
<style>
a { background-color: #A740ED; }
a { background-color: rgb(167,64,237); }
div.DivClassName
{
background-color: #A740ED;
}
.BgClassName
{
background-color: #A740ED;
}
</style>
border-color css
<style>
span { border-color: #A740ED; }
span { border-color: rgb(167,64,237); }
td.TdClassName
{
border-color: #A740ED;
}
.TagClassName
{
border-color: #A740ED;
}
</style>