Shades of Blue Violet #A41EEA
Tints of Blue Violet #A41EEA
RGB
CMYK
RGB Variations
Color information
#A41EEA (or 0xA41EEA) is known color: Blue Violet. HEX triplet: A4, 1E and EA. RGB value is (164,30,234). Sum of RGB (Red+Green+Blue) = 164+30+234=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #A41EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41EEA is #5BE115. Grayscale: #5C5C5C. Windows color (decimal): -6021398 or 15343268. OLE color: 15343268.
HSL color Cylindrical-coordinate representation of color #A41EEA: hue angle of 279.41º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41EEA is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 30 | 234 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.08 |
| HSL | 279.41º | 0.83% | 0.52% | - |
| HSV(B) | 279.41º | 0.87% | 0.92% | - |
| XYZ | 30.63 | 14.76 | 79.08 | - |
| YUV | 93.32 | 207.39 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 234 | 0.30 | 0.87 | 0 | 0.08 | 279.41 | 0.83 | 0.52 |
| Hex | A4 | 1E | EA | 1E | 57 | 0 | 8 | 117 | 53 | 34 |
| Octal | 244 | 36 | 352 | 36 | 127 | 0 | 10 | 427 | 123 | 64 |
| Binary | 10100100 | 11110 | 11101010 | 11110 | 1010111 | 0 | 1000 | 100010111 | 1010011 | 110100 |
Color Harmonies of #A41EEA
Complementary color
Monochromatic Colors of #A41EEA
Black with #A41EEA
Text Example
Text Example
White with #A41EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41EEA; }
p { color: rgb(164,30,234); }
H1.HeaderClassName
{
color: #A41EEA;
}
.AnyTagClassName
{
color: #A41EEA;
}
</style>
background-color css
<style>
a { background-color: #A41EEA; }
a { background-color: rgb(164,30,234); }
div.DivClassName
{
background-color: #A41EEA;
}
.BgClassName
{
background-color: #A41EEA;
}
</style>
border-color css
<style>
span { border-color: #A41EEA; }
span { border-color: rgb(164,30,234); }
td.TdClassName
{
border-color: #A41EEA;
}
.TagClassName
{
border-color: #A41EEA;
}
</style>