Shades of Blue Violet #A128EC
Tints of Blue Violet #A128EC
RGB
CMYK
RGB Variations
Color information
#A128EC (or 0xA128EC) is known color: Blue Violet. HEX triplet: A1, 28 and EC. RGB value is (161,40,236). Sum of RGB (Red+Green+Blue) = 161+40+236=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #A128EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A128EC is #5ED713. Grayscale: #616161. Windows color (decimal): -6215444 or 15476897. OLE color: 15476897.
HSL color Cylindrical-coordinate representation of color #A128EC: hue angle of 277.04º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A128EC is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 40 | 236 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.07 |
| HSL | 277.04º | 0.84% | 0.54% | - |
| HSV(B) | 277.04º | 0.83% | 0.93% | - |
| XYZ | 30.6 | 15.15 | 80.67 | - |
| YUV | 98.52 | 205.59 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 236 | 0.32 | 0.83 | 0 | 0.07 | 277.04 | 0.84 | 0.54 |
| Hex | A1 | 28 | EC | 20 | 53 | 0 | 7 | 115 | 54 | 36 |
| Octal | 241 | 50 | 354 | 40 | 123 | 0 | 7 | 425 | 124 | 66 |
| Binary | 10100001 | 101000 | 11101100 | 100000 | 1010011 | 0 | 111 | 100010101 | 1010100 | 110110 |
Color Harmonies of #A128EC
Complementary color
Monochromatic Colors of #A128EC
Black with #A128EC
Text Example
Text Example
White with #A128EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A128EC; }
p { color: rgb(161,40,236); }
H1.HeaderClassName
{
color: #A128EC;
}
.AnyTagClassName
{
color: #A128EC;
}
</style>
background-color css
<style>
a { background-color: #A128EC; }
a { background-color: rgb(161,40,236); }
div.DivClassName
{
background-color: #A128EC;
}
.BgClassName
{
background-color: #A128EC;
}
</style>
border-color css
<style>
span { border-color: #A128EC; }
span { border-color: rgb(161,40,236); }
td.TdClassName
{
border-color: #A128EC;
}
.TagClassName
{
border-color: #A128EC;
}
</style>