Shades of Blue Violet #A149FC
Tints of Blue Violet #A149FC
RGB
CMYK
RGB Variations
Color information
#A149FC (or 0xA149FC) is known color: Blue Violet. HEX triplet: A1, 49 and FC. RGB value is (161,73,252). Sum of RGB (Red+Green+Blue) = 161+73+252=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #A149FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A149FC is #5EB603. Grayscale: #777777. Windows color (decimal): -6206980 or 16533921. OLE color: 16533921.
HSL color Cylindrical-coordinate representation of color #A149FC: hue angle of 269.5º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A149FC is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 73 | 252 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.01 |
| HSL | 269.5º | 0.97% | 0.64% | - |
| HSV(B) | 269.5º | 0.71% | 0.99% | - |
| XYZ | 34.65 | 19.37 | 94.01 | - |
| YUV | 119.72 | 202.65 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 252 | 0.36 | 0.71 | 0 | 0.01 | 269.5 | 0.97 | 0.64 |
| Hex | A1 | 49 | FC | 24 | 47 | 0 | 1 | 10D | 61 | 40 |
| Octal | 241 | 111 | 374 | 44 | 107 | 0 | 1 | 415 | 141 | 100 |
| Binary | 10100001 | 1001001 | 11111100 | 100100 | 1000111 | 0 | 1 | 100001101 | 1100001 | 1000000 |
Color Harmonies of #A149FC
Complementary color
Monochromatic Colors of #A149FC
Black with #A149FC
Text Example
Text Example
White with #A149FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A149FC; }
p { color: rgb(161,73,252); }
H1.HeaderClassName
{
color: #A149FC;
}
.AnyTagClassName
{
color: #A149FC;
}
</style>
background-color css
<style>
a { background-color: #A149FC; }
a { background-color: rgb(161,73,252); }
div.DivClassName
{
background-color: #A149FC;
}
.BgClassName
{
background-color: #A149FC;
}
</style>
border-color css
<style>
span { border-color: #A149FC; }
span { border-color: rgb(161,73,252); }
td.TdClassName
{
border-color: #A149FC;
}
.TagClassName
{
border-color: #A149FC;
}
</style>