Shades of Blue Violet #A41CEA
Tints of Blue Violet #A41CEA
RGB
CMYK
RGB Variations
Color information
#A41CEA (or 0xA41CEA) is known color: Blue Violet. HEX triplet: A4, 1C and EA. RGB value is (164,28,234). Sum of RGB (Red+Green+Blue) = 164+28+234=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #A41CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41CEA is #5BE315. Grayscale: #5B5B5B. Windows color (decimal): -6021910 or 15342756. OLE color: 15342756.
HSL color Cylindrical-coordinate representation of color #A41CEA: hue angle of 279.61º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41CEA is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 28 | 234 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.08 |
| HSL | 279.61º | 0.83% | 0.51% | - |
| HSV(B) | 279.61º | 0.88% | 0.92% | - |
| XYZ | 30.58 | 14.66 | 79.06 | - |
| YUV | 92.15 | 208.06 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 234 | 0.30 | 0.88 | 0 | 0.08 | 279.61 | 0.83 | 0.51 |
| Hex | A4 | 1C | EA | 1E | 58 | 0 | 8 | 118 | 53 | 33 |
| Octal | 244 | 34 | 352 | 36 | 130 | 0 | 10 | 430 | 123 | 63 |
| Binary | 10100100 | 11100 | 11101010 | 11110 | 1011000 | 0 | 1000 | 100011000 | 1010011 | 110011 |
Color Harmonies of #A41CEA
Complementary color
Monochromatic Colors of #A41CEA
Black with #A41CEA
Text Example
Text Example
White with #A41CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41CEA; }
p { color: rgb(164,28,234); }
H1.HeaderClassName
{
color: #A41CEA;
}
.AnyTagClassName
{
color: #A41CEA;
}
</style>
background-color css
<style>
a { background-color: #A41CEA; }
a { background-color: rgb(164,28,234); }
div.DivClassName
{
background-color: #A41CEA;
}
.BgClassName
{
background-color: #A41CEA;
}
</style>
border-color css
<style>
span { border-color: #A41CEA; }
span { border-color: rgb(164,28,234); }
td.TdClassName
{
border-color: #A41CEA;
}
.TagClassName
{
border-color: #A41CEA;
}
</style>