Shades of Blue Violet #A41CED
Tints of Blue Violet #A41CED
RGB
CMYK
RGB Variations
Color information
#A41CED (or 0xA41CED) is known color: Blue Violet. HEX triplet: A4, 1C and ED. RGB value is (164,28,237). Sum of RGB (Red+Green+Blue) = 164+28+237=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #A41CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41CED is #5BE312. Grayscale: #5B5B5B. Windows color (decimal): -6021907 or 15539364. OLE color: 15539364.
HSL color Cylindrical-coordinate representation of color #A41CED: hue angle of 279.04º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41CED is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 28 | 237 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.07 |
| HSL | 279.04º | 0.85% | 0.52% | - |
| HSV(B) | 279.04º | 0.88% | 0.93% | - |
| XYZ | 31.01 | 14.84 | 81.35 | - |
| YUV | 92.49 | 209.56 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 237 | 0.31 | 0.88 | 0 | 0.07 | 279.04 | 0.85 | 0.52 |
| Hex | A4 | 1C | ED | 1F | 58 | 0 | 7 | 117 | 55 | 34 |
| Octal | 244 | 34 | 355 | 37 | 130 | 0 | 7 | 427 | 125 | 64 |
| Binary | 10100100 | 11100 | 11101101 | 11111 | 1011000 | 0 | 111 | 100010111 | 1010101 | 110100 |
Color Harmonies of #A41CED
Complementary color
Monochromatic Colors of #A41CED
Black with #A41CED
Text Example
Text Example
White with #A41CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41CED; }
p { color: rgb(164,28,237); }
H1.HeaderClassName
{
color: #A41CED;
}
.AnyTagClassName
{
color: #A41CED;
}
</style>
background-color css
<style>
a { background-color: #A41CED; }
a { background-color: rgb(164,28,237); }
div.DivClassName
{
background-color: #A41CED;
}
.BgClassName
{
background-color: #A41CED;
}
</style>
border-color css
<style>
span { border-color: #A41CED; }
span { border-color: rgb(164,28,237); }
td.TdClassName
{
border-color: #A41CED;
}
.TagClassName
{
border-color: #A41CED;
}
</style>