Shades of Blue Violet #A14DF4
Tints of Blue Violet #A14DF4
RGB
CMYK
RGB Variations
Color information
#A14DF4 (or 0xA14DF4) is known color: Blue Violet. HEX triplet: A1, 4D and F4. RGB value is (161,77,244). Sum of RGB (Red+Green+Blue) = 161+77+244=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 244 (95.70% from 255 or 50.62% from 482); Max value from RGB is 244 - color contains mainly: blue. Hex color #A14DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14DF4 is #5EB20B. Grayscale: #787878. Windows color (decimal): -6205964 or 16010657. OLE color: 16010657.
HSL color Cylindrical-coordinate representation of color #A14DF4: hue angle of 270.18º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14DF4 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 77 | 244 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.04 |
| HSL | 270.18º | 0.88% | 0.63% | - |
| HSV(B) | 270.18º | 0.68% | 0.96% | - |
| XYZ | 33.68 | 19.42 | 87.56 | - |
| YUV | 121.15 | 197.33 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 244 | 0.34 | 0.68 | 0 | 0.04 | 270.18 | 0.88 | 0.63 |
| Hex | A1 | 4D | F4 | 22 | 44 | 0 | 4 | 10E | 58 | 3F |
| Octal | 241 | 115 | 364 | 42 | 104 | 0 | 4 | 416 | 130 | 77 |
| Binary | 10100001 | 1001101 | 11110100 | 100010 | 1000100 | 0 | 100 | 100001110 | 1011000 | 111111 |
Color Harmonies of #A14DF4
Complementary color
Monochromatic Colors of #A14DF4
Black with #A14DF4
Text Example
Text Example
White with #A14DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DF4; }
p { color: rgb(161,77,244); }
H1.HeaderClassName
{
color: #A14DF4;
}
.AnyTagClassName
{
color: #A14DF4;
}
</style>
background-color css
<style>
a { background-color: #A14DF4; }
a { background-color: rgb(161,77,244); }
div.DivClassName
{
background-color: #A14DF4;
}
.BgClassName
{
background-color: #A14DF4;
}
</style>
border-color css
<style>
span { border-color: #A14DF4; }
span { border-color: rgb(161,77,244); }
td.TdClassName
{
border-color: #A14DF4;
}
.TagClassName
{
border-color: #A14DF4;
}
</style>