Shades of Blue Violet #A41EE3
Tints of Blue Violet #A41EE3
RGB
CMYK
RGB Variations
Color information
#A41EE3 (or 0xA41EE3) is known color: Blue Violet. HEX triplet: A4, 1E and E3. RGB value is (164,30,227). Sum of RGB (Red+Green+Blue) = 164+30+227=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 227 (89.06% from 255 or 53.92% from 421); Max value from RGB is 227 - color contains mainly: blue. Hex color #A41EE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41EE3 is #5BE11C. Grayscale: #5B5B5B. Windows color (decimal): -6021405 or 14884516. OLE color: 14884516.
HSL color Cylindrical-coordinate representation of color #A41EE3: hue angle of 280.81º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41EE3 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 30 | 227 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.11 |
| HSL | 280.81º | 0.78% | 0.5% | - |
| HSV(B) | 280.81º | 0.87% | 0.89% | - |
| XYZ | 29.64 | 14.37 | 73.88 | - |
| YUV | 92.52 | 203.89 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 227 | 0.28 | 0.87 | 0 | 0.11 | 280.81 | 0.78 | 0.5 |
| Hex | A4 | 1E | E3 | 1C | 57 | 0 | B | 119 | 4E | 32 |
| Octal | 244 | 36 | 343 | 34 | 127 | 0 | 13 | 431 | 116 | 62 |
| Binary | 10100100 | 11110 | 11100011 | 11100 | 1010111 | 0 | 1011 | 100011001 | 1001110 | 110010 |
Color Harmonies of #A41EE3
Complementary color
Monochromatic Colors of #A41EE3
Black with #A41EE3
Text Example
Text Example
White with #A41EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41EE3; }
p { color: rgb(164,30,227); }
H1.HeaderClassName
{
color: #A41EE3;
}
.AnyTagClassName
{
color: #A41EE3;
}
</style>
background-color css
<style>
a { background-color: #A41EE3; }
a { background-color: rgb(164,30,227); }
div.DivClassName
{
background-color: #A41EE3;
}
.BgClassName
{
background-color: #A41EE3;
}
</style>
border-color css
<style>
span { border-color: #A41EE3; }
span { border-color: rgb(164,30,227); }
td.TdClassName
{
border-color: #A41EE3;
}
.TagClassName
{
border-color: #A41EE3;
}
</style>