Shades of Blue Violet #A41CFB
Tints of Blue Violet #A41CFB
RGB
CMYK
RGB Variations
Color information
#A41CFB (or 0xA41CFB) is known color: Blue Violet. HEX triplet: A4, 1C and FB. RGB value is (164,28,251). Sum of RGB (Red+Green+Blue) = 164+28+251=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #A41CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41CFB is #5BE304. Grayscale: #5D5D5D. Windows color (decimal): -6021893 or 16456868. OLE color: 16456868.
HSL color Cylindrical-coordinate representation of color #A41CFB: hue angle of 276.59º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41CFB is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 28 | 251 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.02 |
| HSL | 276.59º | 0.97% | 0.55% | - |
| HSV(B) | 276.59º | 0.89% | 0.98% | - |
| XYZ | 33.14 | 15.69 | 92.55 | - |
| YUV | 94.09 | 216.56 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 251 | 0.35 | 0.89 | 0 | 0.02 | 276.59 | 0.97 | 0.55 |
| Hex | A4 | 1C | FB | 23 | 59 | 0 | 2 | 115 | 61 | 37 |
| Octal | 244 | 34 | 373 | 43 | 131 | 0 | 2 | 425 | 141 | 67 |
| Binary | 10100100 | 11100 | 11111011 | 100011 | 1011001 | 0 | 10 | 100010101 | 1100001 | 110111 |
Color Harmonies of #A41CFB
Complementary color
Monochromatic Colors of #A41CFB
Black with #A41CFB
Text Example
Text Example
White with #A41CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41CFB; }
p { color: rgb(164,28,251); }
H1.HeaderClassName
{
color: #A41CFB;
}
.AnyTagClassName
{
color: #A41CFB;
}
</style>
background-color css
<style>
a { background-color: #A41CFB; }
a { background-color: rgb(164,28,251); }
div.DivClassName
{
background-color: #A41CFB;
}
.BgClassName
{
background-color: #A41CFB;
}
</style>
border-color css
<style>
span { border-color: #A41CFB; }
span { border-color: rgb(164,28,251); }
td.TdClassName
{
border-color: #A41CFB;
}
.TagClassName
{
border-color: #A41CFB;
}
</style>