Shades of Blue Violet #A145EC
Tints of Blue Violet #A145EC
RGB
CMYK
RGB Variations
Color information
#A145EC (or 0xA145EC) is known color: Blue Violet. HEX triplet: A1, 45 and EC. RGB value is (161,69,236). Sum of RGB (Red+Green+Blue) = 161+69+236=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #A145EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A145EC is #5EBA13. Grayscale: #727272. Windows color (decimal): -6208020 or 15484321. OLE color: 15484321.
HSL color Cylindrical-coordinate representation of color #A145EC: hue angle of 273.05º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A145EC is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 69 | 236 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.07 |
| HSL | 273.05º | 0.81% | 0.6% | - |
| HSV(B) | 273.05º | 0.71% | 0.93% | - |
| XYZ | 31.97 | 17.89 | 81.13 | - |
| YUV | 115.55 | 195.98 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 236 | 0.32 | 0.71 | 0 | 0.07 | 273.05 | 0.81 | 0.6 |
| Hex | A1 | 45 | EC | 20 | 47 | 0 | 7 | 111 | 51 | 3C |
| Octal | 241 | 105 | 354 | 40 | 107 | 0 | 7 | 421 | 121 | 74 |
| Binary | 10100001 | 1000101 | 11101100 | 100000 | 1000111 | 0 | 111 | 100010001 | 1010001 | 111100 |
Color Harmonies of #A145EC
Complementary color
Monochromatic Colors of #A145EC
Black with #A145EC
Text Example
Text Example
White with #A145EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A145EC; }
p { color: rgb(161,69,236); }
H1.HeaderClassName
{
color: #A145EC;
}
.AnyTagClassName
{
color: #A145EC;
}
</style>
background-color css
<style>
a { background-color: #A145EC; }
a { background-color: rgb(161,69,236); }
div.DivClassName
{
background-color: #A145EC;
}
.BgClassName
{
background-color: #A145EC;
}
</style>
border-color css
<style>
span { border-color: #A145EC; }
span { border-color: rgb(161,69,236); }
td.TdClassName
{
border-color: #A145EC;
}
.TagClassName
{
border-color: #A145EC;
}
</style>