Shades of Blue Violet #A14CF9
Tints of Blue Violet #A14CF9
RGB
CMYK
RGB Variations
Color information
#A14CF9 (or 0xA14CF9) is known color: Blue Violet. HEX triplet: A1, 4C and F9. RGB value is (161,76,249). Sum of RGB (Red+Green+Blue) = 161+76+249=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #A14CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14CF9 is #5EB306. Grayscale: #787878. Windows color (decimal): -6206215 or 16338081. OLE color: 16338081.
HSL color Cylindrical-coordinate representation of color #A14CF9: hue angle of 269.48º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A14CF9 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 76 | 249 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.02 |
| HSL | 269.48º | 0.94% | 0.64% | - |
| HSV(B) | 269.48º | 0.69% | 0.98% | - |
| XYZ | 34.38 | 19.59 | 91.59 | - |
| YUV | 121.14 | 200.16 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 249 | 0.35 | 0.69 | 0 | 0.02 | 269.48 | 0.94 | 0.64 |
| Hex | A1 | 4C | F9 | 23 | 45 | 0 | 2 | 10D | 5E | 40 |
| Octal | 241 | 114 | 371 | 43 | 105 | 0 | 2 | 415 | 136 | 100 |
| Binary | 10100001 | 1001100 | 11111001 | 100011 | 1000101 | 0 | 10 | 100001101 | 1011110 | 1000000 |
Color Harmonies of #A14CF9
Complementary color
Monochromatic Colors of #A14CF9
Black with #A14CF9
Text Example
Text Example
White with #A14CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CF9; }
p { color: rgb(161,76,249); }
H1.HeaderClassName
{
color: #A14CF9;
}
.AnyTagClassName
{
color: #A14CF9;
}
</style>
background-color css
<style>
a { background-color: #A14CF9; }
a { background-color: rgb(161,76,249); }
div.DivClassName
{
background-color: #A14CF9;
}
.BgClassName
{
background-color: #A14CF9;
}
</style>
border-color css
<style>
span { border-color: #A14CF9; }
span { border-color: rgb(161,76,249); }
td.TdClassName
{
border-color: #A14CF9;
}
.TagClassName
{
border-color: #A14CF9;
}
</style>