Shades of Blue Violet #A41CE6
Tints of Blue Violet #A41CE6
RGB
CMYK
RGB Variations
Color information
#A41CE6 (or 0xA41CE6) is known color: Blue Violet. HEX triplet: A4, 1C and E6. RGB value is (164,28,230). Sum of RGB (Red+Green+Blue) = 164+28+230=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #A41CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41CE6 is #5BE319. Grayscale: #5B5B5B. Windows color (decimal): -6021914 or 15080612. OLE color: 15080612.
HSL color Cylindrical-coordinate representation of color #A41CE6: hue angle of 280.4º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41CE6 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 28 | 230 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.10 |
| HSL | 280.4º | 0.8% | 0.51% | - |
| HSV(B) | 280.4º | 0.88% | 0.9% | - |
| XYZ | 30.01 | 14.44 | 76.07 | - |
| YUV | 91.69 | 206.06 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 230 | 0.29 | 0.88 | 0 | 0.10 | 280.4 | 0.8 | 0.51 |
| Hex | A4 | 1C | E6 | 1D | 58 | 0 | A | 118 | 50 | 33 |
| Octal | 244 | 34 | 346 | 35 | 130 | 0 | 12 | 430 | 120 | 63 |
| Binary | 10100100 | 11100 | 11100110 | 11101 | 1011000 | 0 | 1010 | 100011000 | 1010000 | 110011 |
Color Harmonies of #A41CE6
Complementary color
Monochromatic Colors of #A41CE6
Black with #A41CE6
Text Example
Text Example
White with #A41CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41CE6; }
p { color: rgb(164,28,230); }
H1.HeaderClassName
{
color: #A41CE6;
}
.AnyTagClassName
{
color: #A41CE6;
}
</style>
background-color css
<style>
a { background-color: #A41CE6; }
a { background-color: rgb(164,28,230); }
div.DivClassName
{
background-color: #A41CE6;
}
.BgClassName
{
background-color: #A41CE6;
}
</style>
border-color css
<style>
span { border-color: #A41CE6; }
span { border-color: rgb(164,28,230); }
td.TdClassName
{
border-color: #A41CE6;
}
.TagClassName
{
border-color: #A41CE6;
}
</style>