Shades of Blue Violet #A148EC
Tints of Blue Violet #A148EC
RGB
CMYK
RGB Variations
Color information
#A148EC (or 0xA148EC) is known color: Blue Violet. HEX triplet: A1, 48 and EC. RGB value is (161,72,236). Sum of RGB (Red+Green+Blue) = 161+72+236=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #A148EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A148EC is #5EB713. Grayscale: #747474. Windows color (decimal): -6207252 or 15485089. OLE color: 15485089.
HSL color Cylindrical-coordinate representation of color #A148EC: hue angle of 272.56º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A148EC is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 72 | 236 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.07 |
| HSL | 272.56º | 0.81% | 0.6% | - |
| HSV(B) | 272.56º | 0.69% | 0.93% | - |
| XYZ | 32.16 | 18.27 | 81.19 | - |
| YUV | 117.31 | 194.99 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 236 | 0.32 | 0.69 | 0 | 0.07 | 272.56 | 0.81 | 0.6 |
| Hex | A1 | 48 | EC | 20 | 45 | 0 | 7 | 111 | 51 | 3C |
| Octal | 241 | 110 | 354 | 40 | 105 | 0 | 7 | 421 | 121 | 74 |
| Binary | 10100001 | 1001000 | 11101100 | 100000 | 1000101 | 0 | 111 | 100010001 | 1010001 | 111100 |
Color Harmonies of #A148EC
Complementary color
Monochromatic Colors of #A148EC
Black with #A148EC
Text Example
Text Example
White with #A148EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A148EC; }
p { color: rgb(161,72,236); }
H1.HeaderClassName
{
color: #A148EC;
}
.AnyTagClassName
{
color: #A148EC;
}
</style>
background-color css
<style>
a { background-color: #A148EC; }
a { background-color: rgb(161,72,236); }
div.DivClassName
{
background-color: #A148EC;
}
.BgClassName
{
background-color: #A148EC;
}
</style>
border-color css
<style>
span { border-color: #A148EC; }
span { border-color: rgb(161,72,236); }
td.TdClassName
{
border-color: #A148EC;
}
.TagClassName
{
border-color: #A148EC;
}
</style>