Shades of Blue Violet #A128EB
Tints of Blue Violet #A128EB
RGB
CMYK
RGB Variations
Color information
#A128EB (or 0xA128EB) is known color: Blue Violet. HEX triplet: A1, 28 and EB. RGB value is (161,40,235). Sum of RGB (Red+Green+Blue) = 161+40+235=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #A128EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A128EB is #5ED714. Grayscale: #616161. Windows color (decimal): -6215445 or 15411361. OLE color: 15411361.
HSL color Cylindrical-coordinate representation of color #A128EB: hue angle of 277.23º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A128EB is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 40 | 235 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.08 |
| HSL | 277.23º | 0.83% | 0.54% | - |
| HSV(B) | 277.23º | 0.83% | 0.92% | - |
| XYZ | 30.45 | 15.09 | 79.91 | - |
| YUV | 98.41 | 205.09 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 235 | 0.31 | 0.83 | 0 | 0.08 | 277.23 | 0.83 | 0.54 |
| Hex | A1 | 28 | EB | 1F | 53 | 0 | 8 | 115 | 53 | 36 |
| Octal | 241 | 50 | 353 | 37 | 123 | 0 | 10 | 425 | 123 | 66 |
| Binary | 10100001 | 101000 | 11101011 | 11111 | 1010011 | 0 | 1000 | 100010101 | 1010011 | 110110 |
Color Harmonies of #A128EB
Complementary color
Monochromatic Colors of #A128EB
Black with #A128EB
Text Example
Text Example
White with #A128EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A128EB; }
p { color: rgb(161,40,235); }
H1.HeaderClassName
{
color: #A128EB;
}
.AnyTagClassName
{
color: #A128EB;
}
</style>
background-color css
<style>
a { background-color: #A128EB; }
a { background-color: rgb(161,40,235); }
div.DivClassName
{
background-color: #A128EB;
}
.BgClassName
{
background-color: #A128EB;
}
</style>
border-color css
<style>
span { border-color: #A128EB; }
span { border-color: rgb(161,40,235); }
td.TdClassName
{
border-color: #A128EB;
}
.TagClassName
{
border-color: #A128EB;
}
</style>