Shades of Blue Violet #A14EFD
Tints of Blue Violet #A14EFD
RGB
CMYK
RGB Variations
Color information
#A14EFD (or 0xA14EFD) is known color: Blue Violet. HEX triplet: A1, 4E and FD. RGB value is (161,78,253). Sum of RGB (Red+Green+Blue) = 161+78+253=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #A14EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14EFD is #5EB102. Grayscale: #7A7A7A. Windows color (decimal): -6205699 or 16600737. OLE color: 16600737.
HSL color Cylindrical-coordinate representation of color #A14EFD: hue angle of 268.46º degrees, saturation: 0.98, 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 #A14EFD is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 78 | 253 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.01 |
| HSL | 268.46º | 0.98% | 0.65% | - |
| HSV(B) | 268.46º | 0.69% | 0.99% | - |
| XYZ | 35.15 | 20.12 | 94.96 | - |
| YUV | 122.77 | 201.5 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 253 | 0.36 | 0.69 | 0 | 0.01 | 268.46 | 0.98 | 0.65 |
| Hex | A1 | 4E | FD | 24 | 45 | 0 | 1 | 10C | 62 | 41 |
| Octal | 241 | 116 | 375 | 44 | 105 | 0 | 1 | 414 | 142 | 101 |
| Binary | 10100001 | 1001110 | 11111101 | 100100 | 1000101 | 0 | 1 | 100001100 | 1100010 | 1000001 |
Color Harmonies of #A14EFD
Complementary color
Monochromatic Colors of #A14EFD
Black with #A14EFD
Text Example
Text Example
White with #A14EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14EFD; }
p { color: rgb(161,78,253); }
H1.HeaderClassName
{
color: #A14EFD;
}
.AnyTagClassName
{
color: #A14EFD;
}
</style>
background-color css
<style>
a { background-color: #A14EFD; }
a { background-color: rgb(161,78,253); }
div.DivClassName
{
background-color: #A14EFD;
}
.BgClassName
{
background-color: #A14EFD;
}
</style>
border-color css
<style>
span { border-color: #A14EFD; }
span { border-color: rgb(161,78,253); }
td.TdClassName
{
border-color: #A14EFD;
}
.TagClassName
{
border-color: #A14EFD;
}
</style>