Shades of Blue Violet #A14CFF
Tints of Blue Violet #A14CFF
RGB
CMYK
RGB Variations
Color information
#A14CFF (or 0xA14CFF) is known color: Blue Violet. HEX triplet: A1, 4C and FF. RGB value is (161,76,255). Sum of RGB (Red+Green+Blue) = 161+76+255=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #A14CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14CFF is #5EB300. Grayscale: #797979. Windows color (decimal): -6206209 or 16731297. OLE color: 16731297.
HSL color Cylindrical-coordinate representation of color #A14CFF: hue angle of 268.49º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A14CFF is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 76 | 255 | - |
| CMYK | 0.37 | 0.70 | 0 | 0 |
| HSL | 268.49º | 1% | 0.65% | - |
| HSV(B) | 268.49º | 0.7% | 1% | - |
| XYZ | 35.33 | 19.97 | 96.6 | - |
| YUV | 121.82 | 203.16 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 255 | 0.37 | 0.70 | 0 | 0 | 268.49 | 1 | 0.65 |
| Hex | A1 | 4C | FF | 25 | 46 | 0 | 0 | 10C | 64 | 41 |
| Octal | 241 | 114 | 377 | 45 | 106 | 0 | 0 | 414 | 144 | 101 |
| Binary | 10100001 | 1001100 | 11111111 | 100101 | 1000110 | 0 | 0 | 100001100 | 1100100 | 1000001 |
Color Harmonies of #A14CFF
Complementary color
Monochromatic Colors of #A14CFF
Black with #A14CFF
Text Example
Text Example
White with #A14CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CFF; }
p { color: rgb(161,76,255); }
H1.HeaderClassName
{
color: #A14CFF;
}
.AnyTagClassName
{
color: #A14CFF;
}
</style>
background-color css
<style>
a { background-color: #A14CFF; }
a { background-color: rgb(161,76,255); }
div.DivClassName
{
background-color: #A14CFF;
}
.BgClassName
{
background-color: #A14CFF;
}
</style>
border-color css
<style>
span { border-color: #A14CFF; }
span { border-color: rgb(161,76,255); }
td.TdClassName
{
border-color: #A14CFF;
}
.TagClassName
{
border-color: #A14CFF;
}
</style>