Shades of Blue Violet #A740F2
Tints of Blue Violet #A740F2
RGB
CMYK
RGB Variations
Color information
#A740F2 (or 0xA740F2) is known color: Blue Violet. HEX triplet: A7, 40 and F2. RGB value is (167,64,242). Sum of RGB (Red+Green+Blue) = 167+64+242=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #A740F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A740F2 is #58BF0D. Grayscale: #727272. Windows color (decimal): -5816078 or 15876263. OLE color: 15876263.
HSL color Cylindrical-coordinate representation of color #A740F2: hue angle of 274.72º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A740F2 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 64 | 242 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.05 |
| HSL | 274.72º | 0.87% | 0.6% | - |
| HSV(B) | 274.72º | 0.74% | 0.95% | - |
| XYZ | 33.8 | 18.29 | 85.75 | - |
| YUV | 115.09 | 199.62 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 64 | 242 | 0.31 | 0.74 | 0 | 0.05 | 274.72 | 0.87 | 0.6 |
| Hex | A7 | 40 | F2 | 1F | 4A | 0 | 5 | 113 | 57 | 3C |
| Octal | 247 | 100 | 362 | 37 | 112 | 0 | 5 | 423 | 127 | 74 |
| Binary | 10100111 | 1000000 | 11110010 | 11111 | 1001010 | 0 | 101 | 100010011 | 1010111 | 111100 |
Color Harmonies of #A740F2
Complementary color
Monochromatic Colors of #A740F2
Black with #A740F2
Text Example
Text Example
White with #A740F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A740F2; }
p { color: rgb(167,64,242); }
H1.HeaderClassName
{
color: #A740F2;
}
.AnyTagClassName
{
color: #A740F2;
}
</style>
background-color css
<style>
a { background-color: #A740F2; }
a { background-color: rgb(167,64,242); }
div.DivClassName
{
background-color: #A740F2;
}
.BgClassName
{
background-color: #A740F2;
}
</style>
border-color css
<style>
span { border-color: #A740F2; }
span { border-color: rgb(167,64,242); }
td.TdClassName
{
border-color: #A740F2;
}
.TagClassName
{
border-color: #A740F2;
}
</style>