Shades of Blue Violet #A14EFC
Tints of Blue Violet #A14EFC
RGB
CMYK
RGB Variations
Color information
#A14EFC (or 0xA14EFC) is known color: Blue Violet. HEX triplet: A1, 4E and FC. RGB value is (161,78,252). Sum of RGB (Red+Green+Blue) = 161+78+252=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #A14EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14EFC is #5EB103. Grayscale: #7A7A7A. Windows color (decimal): -6205700 or 16535201. OLE color: 16535201.
HSL color Cylindrical-coordinate representation of color #A14EFC: hue angle of 268.62º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A14EFC is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 78 | 252 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.01 |
| HSL | 268.62º | 0.97% | 0.65% | - |
| HSV(B) | 268.62º | 0.69% | 0.99% | - |
| XYZ | 34.99 | 20.05 | 94.12 | - |
| YUV | 122.65 | 201 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 252 | 0.36 | 0.69 | 0 | 0.01 | 268.62 | 0.97 | 0.65 |
| Hex | A1 | 4E | FC | 24 | 45 | 0 | 1 | 10D | 61 | 41 |
| Octal | 241 | 116 | 374 | 44 | 105 | 0 | 1 | 415 | 141 | 101 |
| Binary | 10100001 | 1001110 | 11111100 | 100100 | 1000101 | 0 | 1 | 100001101 | 1100001 | 1000001 |
Color Harmonies of #A14EFC
Complementary color
Monochromatic Colors of #A14EFC
Black with #A14EFC
Text Example
Text Example
White with #A14EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14EFC; }
p { color: rgb(161,78,252); }
H1.HeaderClassName
{
color: #A14EFC;
}
.AnyTagClassName
{
color: #A14EFC;
}
</style>
background-color css
<style>
a { background-color: #A14EFC; }
a { background-color: rgb(161,78,252); }
div.DivClassName
{
background-color: #A14EFC;
}
.BgClassName
{
background-color: #A14EFC;
}
</style>
border-color css
<style>
span { border-color: #A14EFC; }
span { border-color: rgb(161,78,252); }
td.TdClassName
{
border-color: #A14EFC;
}
.TagClassName
{
border-color: #A14EFC;
}
</style>