Shades of Blue Violet #A14CFB
Tints of Blue Violet #A14CFB
RGB
CMYK
RGB Variations
Color information
#A14CFB (or 0xA14CFB) is known color: Blue Violet. HEX triplet: A1, 4C and FB. RGB value is (161,76,251). Sum of RGB (Red+Green+Blue) = 161+76+251=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #A14CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14CFB is #5EB304. Grayscale: #787878. Windows color (decimal): -6206213 or 16469153. OLE color: 16469153.
HSL color Cylindrical-coordinate representation of color #A14CFB: hue angle of 269.14º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A14CFB is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 76 | 251 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.02 |
| HSL | 269.14º | 0.96% | 0.64% | - |
| HSV(B) | 269.14º | 0.7% | 0.98% | - |
| XYZ | 34.69 | 19.71 | 93.24 | - |
| YUV | 121.37 | 201.16 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 251 | 0.36 | 0.70 | 0 | 0.02 | 269.14 | 0.96 | 0.64 |
| Hex | A1 | 4C | FB | 24 | 46 | 0 | 2 | 10D | 60 | 40 |
| Octal | 241 | 114 | 373 | 44 | 106 | 0 | 2 | 415 | 140 | 100 |
| Binary | 10100001 | 1001100 | 11111011 | 100100 | 1000110 | 0 | 10 | 100001101 | 1100000 | 1000000 |
Color Harmonies of #A14CFB
Complementary color
Monochromatic Colors of #A14CFB
Black with #A14CFB
Text Example
Text Example
White with #A14CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CFB; }
p { color: rgb(161,76,251); }
H1.HeaderClassName
{
color: #A14CFB;
}
.AnyTagClassName
{
color: #A14CFB;
}
</style>
background-color css
<style>
a { background-color: #A14CFB; }
a { background-color: rgb(161,76,251); }
div.DivClassName
{
background-color: #A14CFB;
}
.BgClassName
{
background-color: #A14CFB;
}
</style>
border-color css
<style>
span { border-color: #A14CFB; }
span { border-color: rgb(161,76,251); }
td.TdClassName
{
border-color: #A14CFB;
}
.TagClassName
{
border-color: #A14CFB;
}
</style>