Shades of Blue Violet #A149FF
Tints of Blue Violet #A149FF
RGB
CMYK
RGB Variations
Color information
#A149FF (or 0xA149FF) is known color: Blue Violet. HEX triplet: A1, 49 and FF. RGB value is (161,73,255). Sum of RGB (Red+Green+Blue) = 161+73+255=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #A149FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A149FF is #5EB600. Grayscale: #777777. Windows color (decimal): -6206977 or 16730529. OLE color: 16730529.
HSL color Cylindrical-coordinate representation of color #A149FF: hue angle of 269.01º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A149FF is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 73 | 255 | - |
| CMYK | 0.37 | 0.71 | 0 | 0 |
| HSL | 269.01º | 1% | 0.64% | - |
| HSV(B) | 269.01º | 0.71% | 1% | - |
| XYZ | 35.13 | 19.56 | 96.53 | - |
| YUV | 120.06 | 204.15 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 255 | 0.37 | 0.71 | 0 | 0 | 269.01 | 1 | 0.64 |
| Hex | A1 | 49 | FF | 25 | 47 | 0 | 0 | 10D | 64 | 40 |
| Octal | 241 | 111 | 377 | 45 | 107 | 0 | 0 | 415 | 144 | 100 |
| Binary | 10100001 | 1001001 | 11111111 | 100101 | 1000111 | 0 | 0 | 100001101 | 1100100 | 1000000 |
Color Harmonies of #A149FF
Complementary color
Monochromatic Colors of #A149FF
Black with #A149FF
Text Example
Text Example
White with #A149FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A149FF; }
p { color: rgb(161,73,255); }
H1.HeaderClassName
{
color: #A149FF;
}
.AnyTagClassName
{
color: #A149FF;
}
</style>
background-color css
<style>
a { background-color: #A149FF; }
a { background-color: rgb(161,73,255); }
div.DivClassName
{
background-color: #A149FF;
}
.BgClassName
{
background-color: #A149FF;
}
</style>
border-color css
<style>
span { border-color: #A149FF; }
span { border-color: rgb(161,73,255); }
td.TdClassName
{
border-color: #A149FF;
}
.TagClassName
{
border-color: #A149FF;
}
</style>