Shades of Blue Violet #A149FD
Tints of Blue Violet #A149FD
RGB
CMYK
RGB Variations
Color information
#A149FD (or 0xA149FD) is known color: Blue Violet. HEX triplet: A1, 49 and FD. RGB value is (161,73,253). Sum of RGB (Red+Green+Blue) = 161+73+253=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #A149FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A149FD is #5EB602. Grayscale: #777777. Windows color (decimal): -6206979 or 16599457. OLE color: 16599457.
HSL color Cylindrical-coordinate representation of color #A149FD: hue angle of 269.33º degrees, saturation: 0.98, 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 #A149FD is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 73 | 253 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.01 |
| HSL | 269.33º | 0.98% | 0.64% | - |
| HSV(B) | 269.33º | 0.71% | 0.99% | - |
| XYZ | 34.81 | 19.43 | 94.84 | - |
| YUV | 119.83 | 203.15 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 253 | 0.36 | 0.71 | 0 | 0.01 | 269.33 | 0.98 | 0.64 |
| Hex | A1 | 49 | FD | 24 | 47 | 0 | 1 | 10D | 62 | 40 |
| Octal | 241 | 111 | 375 | 44 | 107 | 0 | 1 | 415 | 142 | 100 |
| Binary | 10100001 | 1001001 | 11111101 | 100100 | 1000111 | 0 | 1 | 100001101 | 1100010 | 1000000 |
Color Harmonies of #A149FD
Complementary color
Monochromatic Colors of #A149FD
Black with #A149FD
Text Example
Text Example
White with #A149FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A149FD; }
p { color: rgb(161,73,253); }
H1.HeaderClassName
{
color: #A149FD;
}
.AnyTagClassName
{
color: #A149FD;
}
</style>
background-color css
<style>
a { background-color: #A149FD; }
a { background-color: rgb(161,73,253); }
div.DivClassName
{
background-color: #A149FD;
}
.BgClassName
{
background-color: #A149FD;
}
</style>
border-color css
<style>
span { border-color: #A149FD; }
span { border-color: rgb(161,73,253); }
td.TdClassName
{
border-color: #A149FD;
}
.TagClassName
{
border-color: #A149FD;
}
</style>