Shades of Blue Violet #A147EC
Tints of Blue Violet #A147EC
RGB
CMYK
RGB Variations
Color information
#A147EC (or 0xA147EC) is known color: Blue Violet. HEX triplet: A1, 47 and EC. RGB value is (161,71,236). Sum of RGB (Red+Green+Blue) = 161+71+236=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #A147EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A147EC is #5EB813. Grayscale: #747474. Windows color (decimal): -6207508 or 15484833. OLE color: 15484833.
HSL color Cylindrical-coordinate representation of color #A147EC: hue angle of 272.73º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A147EC is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 71 | 236 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.07 |
| HSL | 272.73º | 0.81% | 0.6% | - |
| HSV(B) | 272.73º | 0.7% | 0.93% | - |
| XYZ | 32.09 | 18.14 | 81.17 | - |
| YUV | 116.72 | 195.32 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 236 | 0.32 | 0.70 | 0 | 0.07 | 272.73 | 0.81 | 0.6 |
| Hex | A1 | 47 | EC | 20 | 46 | 0 | 7 | 111 | 51 | 3C |
| Octal | 241 | 107 | 354 | 40 | 106 | 0 | 7 | 421 | 121 | 74 |
| Binary | 10100001 | 1000111 | 11101100 | 100000 | 1000110 | 0 | 111 | 100010001 | 1010001 | 111100 |
Color Harmonies of #A147EC
Complementary color
Monochromatic Colors of #A147EC
Black with #A147EC
Text Example
Text Example
White with #A147EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A147EC; }
p { color: rgb(161,71,236); }
H1.HeaderClassName
{
color: #A147EC;
}
.AnyTagClassName
{
color: #A147EC;
}
</style>
background-color css
<style>
a { background-color: #A147EC; }
a { background-color: rgb(161,71,236); }
div.DivClassName
{
background-color: #A147EC;
}
.BgClassName
{
background-color: #A147EC;
}
</style>
border-color css
<style>
span { border-color: #A147EC; }
span { border-color: rgb(161,71,236); }
td.TdClassName
{
border-color: #A147EC;
}
.TagClassName
{
border-color: #A147EC;
}
</style>