Shades of Blue Violet #A149EA
Tints of Blue Violet #A149EA
RGB
CMYK
RGB Variations
Color information
#A149EA (or 0xA149EA) is known color: Blue Violet. HEX triplet: A1, 49 and EA. RGB value is (161,73,234). Sum of RGB (Red+Green+Blue) = 161+73+234=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #A149EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A149EA is #5EB615. Grayscale: #757575. Windows color (decimal): -6206998 or 15354273. OLE color: 15354273.
HSL color Cylindrical-coordinate representation of color #A149EA: hue angle of 272.8º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A149EA is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 73 | 234 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.08 |
| HSL | 272.8º | 0.79% | 0.6% | - |
| HSV(B) | 272.8º | 0.69% | 0.92% | - |
| XYZ | 31.93 | 18.28 | 79.69 | - |
| YUV | 117.67 | 193.65 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 234 | 0.31 | 0.69 | 0 | 0.08 | 272.8 | 0.79 | 0.6 |
| Hex | A1 | 49 | EA | 1F | 45 | 0 | 8 | 111 | 4F | 3C |
| Octal | 241 | 111 | 352 | 37 | 105 | 0 | 10 | 421 | 117 | 74 |
| Binary | 10100001 | 1001001 | 11101010 | 11111 | 1000101 | 0 | 1000 | 100010001 | 1001111 | 111100 |
Color Harmonies of #A149EA
Complementary color
Monochromatic Colors of #A149EA
Black with #A149EA
Text Example
Text Example
White with #A149EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A149EA; }
p { color: rgb(161,73,234); }
H1.HeaderClassName
{
color: #A149EA;
}
.AnyTagClassName
{
color: #A149EA;
}
</style>
background-color css
<style>
a { background-color: #A149EA; }
a { background-color: rgb(161,73,234); }
div.DivClassName
{
background-color: #A149EA;
}
.BgClassName
{
background-color: #A149EA;
}
</style>
border-color css
<style>
span { border-color: #A149EA; }
span { border-color: rgb(161,73,234); }
td.TdClassName
{
border-color: #A149EA;
}
.TagClassName
{
border-color: #A149EA;
}
</style>