Shades of Blue Violet #A14DFB
Tints of Blue Violet #A14DFB
RGB
CMYK
RGB Variations
Color information
#A14DFB (or 0xA14DFB) is known color: Blue Violet. HEX triplet: A1, 4D and FB. RGB value is (161,77,251). Sum of RGB (Red+Green+Blue) = 161+77+251=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #A14DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14DFB is #5EB204. Grayscale: #797979. Windows color (decimal): -6205957 or 16469409. OLE color: 16469409.
HSL color Cylindrical-coordinate representation of color #A14DFB: hue angle of 268.97º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A14DFB is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 77 | 251 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.02 |
| HSL | 268.97º | 0.96% | 0.64% | - |
| HSV(B) | 268.97º | 0.69% | 0.98% | - |
| XYZ | 34.76 | 19.85 | 93.27 | - |
| YUV | 121.95 | 200.83 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 251 | 0.36 | 0.69 | 0 | 0.02 | 268.97 | 0.96 | 0.64 |
| Hex | A1 | 4D | FB | 24 | 45 | 0 | 2 | 10D | 60 | 40 |
| Octal | 241 | 115 | 373 | 44 | 105 | 0 | 2 | 415 | 140 | 100 |
| Binary | 10100001 | 1001101 | 11111011 | 100100 | 1000101 | 0 | 10 | 100001101 | 1100000 | 1000000 |
Color Harmonies of #A14DFB
Complementary color
Monochromatic Colors of #A14DFB
Black with #A14DFB
Text Example
Text Example
White with #A14DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DFB; }
p { color: rgb(161,77,251); }
H1.HeaderClassName
{
color: #A14DFB;
}
.AnyTagClassName
{
color: #A14DFB;
}
</style>
background-color css
<style>
a { background-color: #A14DFB; }
a { background-color: rgb(161,77,251); }
div.DivClassName
{
background-color: #A14DFB;
}
.BgClassName
{
background-color: #A14DFB;
}
</style>
border-color css
<style>
span { border-color: #A14DFB; }
span { border-color: rgb(161,77,251); }
td.TdClassName
{
border-color: #A14DFB;
}
.TagClassName
{
border-color: #A14DFB;
}
</style>