Shades of Blue Violet #A741EE
Tints of Blue Violet #A741EE
RGB
CMYK
RGB Variations
Color information
#A741EE (or 0xA741EE) is known color: Blue Violet. HEX triplet: A7, 41 and EE. RGB value is (167,65,238). Sum of RGB (Red+Green+Blue) = 167+65+238=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #A741EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A741EE is #58BE11. Grayscale: #727272. Windows color (decimal): -5815826 or 15614375. OLE color: 15614375.
HSL color Cylindrical-coordinate representation of color #A741EE: hue angle of 275.38º 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 #A741EE is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 65 | 238 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.07 |
| HSL | 275.38º | 0.84% | 0.59% | - |
| HSV(B) | 275.38º | 0.73% | 0.93% | - |
| XYZ | 33.26 | 18.17 | 82.64 | - |
| YUV | 115.22 | 197.29 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 238 | 0.30 | 0.73 | 0 | 0.07 | 275.38 | 0.84 | 0.59 |
| Hex | A7 | 41 | EE | 1E | 49 | 0 | 7 | 113 | 54 | 3B |
| Octal | 247 | 101 | 356 | 36 | 111 | 0 | 7 | 423 | 124 | 73 |
| Binary | 10100111 | 1000001 | 11101110 | 11110 | 1001001 | 0 | 111 | 100010011 | 1010100 | 111011 |
Color Harmonies of #A741EE
Complementary color
Monochromatic Colors of #A741EE
Black with #A741EE
Text Example
Text Example
White with #A741EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A741EE; }
p { color: rgb(167,65,238); }
H1.HeaderClassName
{
color: #A741EE;
}
.AnyTagClassName
{
color: #A741EE;
}
</style>
background-color css
<style>
a { background-color: #A741EE; }
a { background-color: rgb(167,65,238); }
div.DivClassName
{
background-color: #A741EE;
}
.BgClassName
{
background-color: #A741EE;
}
</style>
border-color css
<style>
span { border-color: #A741EE; }
span { border-color: rgb(167,65,238); }
td.TdClassName
{
border-color: #A741EE;
}
.TagClassName
{
border-color: #A741EE;
}
</style>