Shades of Blue Violet #A14FFB
Tints of Blue Violet #A14FFB
RGB
CMYK
RGB Variations
Color information
#A14FFB (or 0xA14FFB) is known color: Blue Violet. HEX triplet: A1, 4F and FB. RGB value is (161,79,251). Sum of RGB (Red+Green+Blue) = 161+79+251=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #A14FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14FFB is #5EB004. Grayscale: #7A7A7A. Windows color (decimal): -6205445 or 16469921. OLE color: 16469921.
HSL color Cylindrical-coordinate representation of color #A14FFB: hue angle of 268.6º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A14FFB is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 79 | 251 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.02 |
| HSL | 268.6º | 0.96% | 0.65% | - |
| HSV(B) | 268.6º | 0.69% | 0.98% | - |
| XYZ | 34.91 | 20.13 | 93.31 | - |
| YUV | 123.13 | 200.17 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 251 | 0.36 | 0.69 | 0 | 0.02 | 268.6 | 0.96 | 0.65 |
| Hex | A1 | 4F | FB | 24 | 45 | 0 | 2 | 10D | 60 | 41 |
| Octal | 241 | 117 | 373 | 44 | 105 | 0 | 2 | 415 | 140 | 101 |
| Binary | 10100001 | 1001111 | 11111011 | 100100 | 1000101 | 0 | 10 | 100001101 | 1100000 | 1000001 |
Color Harmonies of #A14FFB
Complementary color
Monochromatic Colors of #A14FFB
Black with #A14FFB
Text Example
Text Example
White with #A14FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FFB; }
p { color: rgb(161,79,251); }
H1.HeaderClassName
{
color: #A14FFB;
}
.AnyTagClassName
{
color: #A14FFB;
}
</style>
background-color css
<style>
a { background-color: #A14FFB; }
a { background-color: rgb(161,79,251); }
div.DivClassName
{
background-color: #A14FFB;
}
.BgClassName
{
background-color: #A14FFB;
}
</style>
border-color css
<style>
span { border-color: #A14FFB; }
span { border-color: rgb(161,79,251); }
td.TdClassName
{
border-color: #A14FFB;
}
.TagClassName
{
border-color: #A14FFB;
}
</style>