Shades of Blue Violet #A14EF7
Tints of Blue Violet #A14EF7
RGB
CMYK
RGB Variations
Color information
#A14EF7 (or 0xA14EF7) is known color: Blue Violet. HEX triplet: A1, 4E and F7. RGB value is (161,78,247). Sum of RGB (Red+Green+Blue) = 161+78+247=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #A14EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14EF7 is #5EB108. Grayscale: #797979. Windows color (decimal): -6205705 or 16207521. OLE color: 16207521.
HSL color Cylindrical-coordinate representation of color #A14EF7: hue angle of 269.47º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14EF7 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 78 | 247 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.03 |
| HSL | 269.47º | 0.91% | 0.64% | - |
| HSV(B) | 269.47º | 0.68% | 0.97% | - |
| XYZ | 34.21 | 19.74 | 90 | - |
| YUV | 122.08 | 198.5 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 247 | 0.35 | 0.68 | 0 | 0.03 | 269.47 | 0.91 | 0.64 |
| Hex | A1 | 4E | F7 | 23 | 44 | 0 | 3 | 10D | 5B | 40 |
| Octal | 241 | 116 | 367 | 43 | 104 | 0 | 3 | 415 | 133 | 100 |
| Binary | 10100001 | 1001110 | 11110111 | 100011 | 1000100 | 0 | 11 | 100001101 | 1011011 | 1000000 |
Color Harmonies of #A14EF7
Complementary color
Monochromatic Colors of #A14EF7
Black with #A14EF7
Text Example
Text Example
White with #A14EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14EF7; }
p { color: rgb(161,78,247); }
H1.HeaderClassName
{
color: #A14EF7;
}
.AnyTagClassName
{
color: #A14EF7;
}
</style>
background-color css
<style>
a { background-color: #A14EF7; }
a { background-color: rgb(161,78,247); }
div.DivClassName
{
background-color: #A14EF7;
}
.BgClassName
{
background-color: #A14EF7;
}
</style>
border-color css
<style>
span { border-color: #A14EF7; }
span { border-color: rgb(161,78,247); }
td.TdClassName
{
border-color: #A14EF7;
}
.TagClassName
{
border-color: #A14EF7;
}
</style>