Shades of Blue Violet #A41CE5
Tints of Blue Violet #A41CE5
RGB
CMYK
RGB Variations
Color information
#A41CE5 (or 0xA41CE5) is known color: Blue Violet. HEX triplet: A4, 1C and E5. RGB value is (164,28,229). Sum of RGB (Red+Green+Blue) = 164+28+229=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 229 (89.84% from 255 or 54.39% from 421); Max value from RGB is 229 - color contains mainly: blue. Hex color #A41CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CE5 is #5BE31A. Grayscale: #5A5A5A. Windows color (decimal): -6021915 or 15015076. OLE color: 15015076.
HSL color Cylindrical-coordinate representation of color #A41CE5: hue angle of 280.6º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41CE5 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 28 | 229 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.10 |
| HSL | 280.6º | 0.79% | 0.5% | - |
| HSV(B) | 280.6º | 0.88% | 0.9% | - |
| XYZ | 29.87 | 14.38 | 75.33 | - |
| YUV | 91.58 | 205.56 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 229 | 0.28 | 0.88 | 0 | 0.10 | 280.6 | 0.79 | 0.5 |
| Hex | A4 | 1C | E5 | 1C | 58 | 0 | A | 119 | 4F | 32 |
| Octal | 244 | 34 | 345 | 34 | 130 | 0 | 12 | 431 | 117 | 62 |
| Binary | 10100100 | 11100 | 11100101 | 11100 | 1011000 | 0 | 1010 | 100011001 | 1001111 | 110010 |
Color Harmonies of #A41CE5
Complementary color
Monochromatic Colors of #A41CE5
Black with #A41CE5
Text Example
Text Example
White with #A41CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41CE5; }
p { color: rgb(164,28,229); }
H1.HeaderClassName
{
color: #A41CE5;
}
.AnyTagClassName
{
color: #A41CE5;
}
</style>
background-color css
<style>
a { background-color: #A41CE5; }
a { background-color: rgb(164,28,229); }
div.DivClassName
{
background-color: #A41CE5;
}
.BgClassName
{
background-color: #A41CE5;
}
</style>
border-color css
<style>
span { border-color: #A41CE5; }
span { border-color: rgb(164,28,229); }
td.TdClassName
{
border-color: #A41CE5;
}
.TagClassName
{
border-color: #A41CE5;
}
</style>