Shades of Blue Violet #A740F1
Tints of Blue Violet #A740F1
RGB
CMYK
RGB Variations
Color information
#A740F1 (or 0xA740F1) is known color: Blue Violet. HEX triplet: A7, 40 and F1. RGB value is (167,64,241). Sum of RGB (Red+Green+Blue) = 167+64+241=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #A740F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A740F1 is #58BF0E. Grayscale: #727272. Windows color (decimal): -5816079 or 15810727. OLE color: 15810727.
HSL color Cylindrical-coordinate representation of color #A740F1: hue angle of 274.92º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A740F1 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 64 | 241 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.05 |
| HSL | 274.92º | 0.86% | 0.6% | - |
| HSV(B) | 274.92º | 0.73% | 0.95% | - |
| XYZ | 33.65 | 18.23 | 84.97 | - |
| YUV | 114.98 | 199.12 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 64 | 241 | 0.31 | 0.73 | 0 | 0.05 | 274.92 | 0.86 | 0.6 |
| Hex | A7 | 40 | F1 | 1F | 49 | 0 | 5 | 113 | 56 | 3C |
| Octal | 247 | 100 | 361 | 37 | 111 | 0 | 5 | 423 | 126 | 74 |
| Binary | 10100111 | 1000000 | 11110001 | 11111 | 1001001 | 0 | 101 | 100010011 | 1010110 | 111100 |
Color Harmonies of #A740F1
Complementary color
Monochromatic Colors of #A740F1
Black with #A740F1
Text Example
Text Example
White with #A740F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A740F1; }
p { color: rgb(167,64,241); }
H1.HeaderClassName
{
color: #A740F1;
}
.AnyTagClassName
{
color: #A740F1;
}
</style>
background-color css
<style>
a { background-color: #A740F1; }
a { background-color: rgb(167,64,241); }
div.DivClassName
{
background-color: #A740F1;
}
.BgClassName
{
background-color: #A740F1;
}
</style>
border-color css
<style>
span { border-color: #A740F1; }
span { border-color: rgb(167,64,241); }
td.TdClassName
{
border-color: #A740F1;
}
.TagClassName
{
border-color: #A740F1;
}
</style>