Shades of Blue Violet #A14FFE
Tints of Blue Violet #A14FFE
RGB
CMYK
RGB Variations
Color information
#A14FFE (or 0xA14FFE) is known color: Blue Violet. HEX triplet: A1, 4F and FE. RGB value is (161,79,254). Sum of RGB (Red+Green+Blue) = 161+79+254=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #A14FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14FFE is #5EB001. Grayscale: #7A7A7A. Windows color (decimal): -6205442 or 16666529. OLE color: 16666529.
HSL color Cylindrical-coordinate representation of color #A14FFE: hue angle of 268.11º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A14FFE is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 79 | 254 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.00 |
| HSL | 268.11º | 0.99% | 0.65% | - |
| HSV(B) | 268.11º | 0.69% | 1% | - |
| XYZ | 35.38 | 20.32 | 95.82 | - |
| YUV | 123.47 | 201.67 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 254 | 0.37 | 0.69 | 0 | 0.00 | 268.11 | 0.99 | 0.65 |
| Hex | A1 | 4F | FE | 25 | 45 | 0 | 0 | 10C | 63 | 41 |
| Octal | 241 | 117 | 376 | 45 | 105 | 0 | 0 | 414 | 143 | 101 |
| Binary | 10100001 | 1001111 | 11111110 | 100101 | 1000101 | 0 | 0 | 100001100 | 1100011 | 1000001 |
Color Harmonies of #A14FFE
Complementary color
Monochromatic Colors of #A14FFE
Black with #A14FFE
Text Example
Text Example
White with #A14FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FFE; }
p { color: rgb(161,79,254); }
H1.HeaderClassName
{
color: #A14FFE;
}
.AnyTagClassName
{
color: #A14FFE;
}
</style>
background-color css
<style>
a { background-color: #A14FFE; }
a { background-color: rgb(161,79,254); }
div.DivClassName
{
background-color: #A14FFE;
}
.BgClassName
{
background-color: #A14FFE;
}
</style>
border-color css
<style>
span { border-color: #A14FFE; }
span { border-color: rgb(161,79,254); }
td.TdClassName
{
border-color: #A14FFE;
}
.TagClassName
{
border-color: #A14FFE;
}
</style>