Shades of Blue Violet #A14CFE
Tints of Blue Violet #A14CFE
RGB
CMYK
RGB Variations
Color information
#A14CFE (or 0xA14CFE) is known color: Blue Violet. HEX triplet: A1, 4C and FE. RGB value is (161,76,254). Sum of RGB (Red+Green+Blue) = 161+76+254=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #A14CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14CFE is #5EB301. Grayscale: #797979. Windows color (decimal): -6206210 or 16665761. OLE color: 16665761.
HSL color Cylindrical-coordinate representation of color #A14CFE: hue angle of 268.65º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A14CFE is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 76 | 254 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.00 |
| HSL | 268.65º | 0.99% | 0.65% | - |
| HSV(B) | 268.65º | 0.7% | 1% | - |
| XYZ | 35.17 | 19.9 | 95.75 | - |
| YUV | 121.71 | 202.66 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 254 | 0.37 | 0.70 | 0 | 0.00 | 268.65 | 0.99 | 0.65 |
| Hex | A1 | 4C | FE | 25 | 46 | 0 | 0 | 10D | 63 | 41 |
| Octal | 241 | 114 | 376 | 45 | 106 | 0 | 0 | 415 | 143 | 101 |
| Binary | 10100001 | 1001100 | 11111110 | 100101 | 1000110 | 0 | 0 | 100001101 | 1100011 | 1000001 |
Color Harmonies of #A14CFE
Complementary color
Monochromatic Colors of #A14CFE
Black with #A14CFE
Text Example
Text Example
White with #A14CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CFE; }
p { color: rgb(161,76,254); }
H1.HeaderClassName
{
color: #A14CFE;
}
.AnyTagClassName
{
color: #A14CFE;
}
</style>
background-color css
<style>
a { background-color: #A14CFE; }
a { background-color: rgb(161,76,254); }
div.DivClassName
{
background-color: #A14CFE;
}
.BgClassName
{
background-color: #A14CFE;
}
</style>
border-color css
<style>
span { border-color: #A14CFE; }
span { border-color: rgb(161,76,254); }
td.TdClassName
{
border-color: #A14CFE;
}
.TagClassName
{
border-color: #A14CFE;
}
</style>