Shades of Blue Violet #A14DFC
Tints of Blue Violet #A14DFC
RGB
CMYK
RGB Variations
Color information
#A14DFC (or 0xA14DFC) is known color: Blue Violet. HEX triplet: A1, 4D and FC. RGB value is (161,77,252). Sum of RGB (Red+Green+Blue) = 161+77+252=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #A14DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14DFC is #5EB203. Grayscale: #797979. Windows color (decimal): -6205956 or 16534945. OLE color: 16534945.
HSL color Cylindrical-coordinate representation of color #A14DFC: hue angle of 268.8º 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 #A14DFC is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 77 | 252 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.01 |
| HSL | 268.8º | 0.97% | 0.65% | - |
| HSV(B) | 268.8º | 0.69% | 0.99% | - |
| XYZ | 34.92 | 19.91 | 94.1 | - |
| YUV | 122.07 | 201.33 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 252 | 0.36 | 0.69 | 0 | 0.01 | 268.8 | 0.97 | 0.65 |
| Hex | A1 | 4D | FC | 24 | 45 | 0 | 1 | 10D | 61 | 41 |
| Octal | 241 | 115 | 374 | 44 | 105 | 0 | 1 | 415 | 141 | 101 |
| Binary | 10100001 | 1001101 | 11111100 | 100100 | 1000101 | 0 | 1 | 100001101 | 1100001 | 1000001 |
Color Harmonies of #A14DFC
Complementary color
Monochromatic Colors of #A14DFC
Black with #A14DFC
Text Example
Text Example
White with #A14DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DFC; }
p { color: rgb(161,77,252); }
H1.HeaderClassName
{
color: #A14DFC;
}
.AnyTagClassName
{
color: #A14DFC;
}
</style>
background-color css
<style>
a { background-color: #A14DFC; }
a { background-color: rgb(161,77,252); }
div.DivClassName
{
background-color: #A14DFC;
}
.BgClassName
{
background-color: #A14DFC;
}
</style>
border-color css
<style>
span { border-color: #A14DFC; }
span { border-color: rgb(161,77,252); }
td.TdClassName
{
border-color: #A14DFC;
}
.TagClassName
{
border-color: #A14DFC;
}
</style>