Shades of Blue Violet #A149ED
Tints of Blue Violet #A149ED
RGB
CMYK
RGB Variations
Color information
#A149ED (or 0xA149ED) is known color: Blue Violet. HEX triplet: A1, 49 and ED. RGB value is (161,73,237). Sum of RGB (Red+Green+Blue) = 161+73+237=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #A149ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A149ED is #5EB612. Grayscale: #757575. Windows color (decimal): -6206995 or 15550881. OLE color: 15550881.
HSL color Cylindrical-coordinate representation of color #A149ED: hue angle of 272.2º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A149ED is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 73 | 237 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.07 |
| HSL | 272.2º | 0.82% | 0.61% | - |
| HSV(B) | 272.2º | 0.69% | 0.93% | - |
| XYZ | 32.37 | 18.46 | 81.98 | - |
| YUV | 118.01 | 195.15 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 237 | 0.32 | 0.69 | 0 | 0.07 | 272.2 | 0.82 | 0.61 |
| Hex | A1 | 49 | ED | 20 | 45 | 0 | 7 | 110 | 52 | 3D |
| Octal | 241 | 111 | 355 | 40 | 105 | 0 | 7 | 420 | 122 | 75 |
| Binary | 10100001 | 1001001 | 11101101 | 100000 | 1000101 | 0 | 111 | 100010000 | 1010010 | 111101 |
Color Harmonies of #A149ED
Complementary color
Monochromatic Colors of #A149ED
Black with #A149ED
Text Example
Text Example
White with #A149ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A149ED; }
p { color: rgb(161,73,237); }
H1.HeaderClassName
{
color: #A149ED;
}
.AnyTagClassName
{
color: #A149ED;
}
</style>
background-color css
<style>
a { background-color: #A149ED; }
a { background-color: rgb(161,73,237); }
div.DivClassName
{
background-color: #A149ED;
}
.BgClassName
{
background-color: #A149ED;
}
</style>
border-color css
<style>
span { border-color: #A149ED; }
span { border-color: rgb(161,73,237); }
td.TdClassName
{
border-color: #A149ED;
}
.TagClassName
{
border-color: #A149ED;
}
</style>