Shades of Blue Violet #A14DF9
Tints of Blue Violet #A14DF9
RGB
CMYK
RGB Variations
Color information
#A14DF9 (or 0xA14DF9) is known color: Blue Violet. HEX triplet: A1, 4D and F9. RGB value is (161,77,249). Sum of RGB (Red+Green+Blue) = 161+77+249=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #A14DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14DF9 is #5EB206. Grayscale: #797979. Windows color (decimal): -6205959 or 16338337. OLE color: 16338337.
HSL color Cylindrical-coordinate representation of color #A14DF9: hue angle of 269.3º degrees, saturation: 0.93, 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 #A14DF9 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 77 | 249 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.02 |
| HSL | 269.3º | 0.93% | 0.64% | - |
| HSV(B) | 269.3º | 0.69% | 0.98% | - |
| XYZ | 34.45 | 19.72 | 91.61 | - |
| YUV | 121.72 | 199.83 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 249 | 0.35 | 0.69 | 0 | 0.02 | 269.3 | 0.93 | 0.64 |
| Hex | A1 | 4D | F9 | 23 | 45 | 0 | 2 | 10D | 5D | 40 |
| Octal | 241 | 115 | 371 | 43 | 105 | 0 | 2 | 415 | 135 | 100 |
| Binary | 10100001 | 1001101 | 11111001 | 100011 | 1000101 | 0 | 10 | 100001101 | 1011101 | 1000000 |
Color Harmonies of #A14DF9
Complementary color
Monochromatic Colors of #A14DF9
Black with #A14DF9
Text Example
Text Example
White with #A14DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DF9; }
p { color: rgb(161,77,249); }
H1.HeaderClassName
{
color: #A14DF9;
}
.AnyTagClassName
{
color: #A14DF9;
}
</style>
background-color css
<style>
a { background-color: #A14DF9; }
a { background-color: rgb(161,77,249); }
div.DivClassName
{
background-color: #A14DF9;
}
.BgClassName
{
background-color: #A14DF9;
}
</style>
border-color css
<style>
span { border-color: #A14DF9; }
span { border-color: rgb(161,77,249); }
td.TdClassName
{
border-color: #A14DF9;
}
.TagClassName
{
border-color: #A14DF9;
}
</style>