Shades of Blue Violet #A128EA
Tints of Blue Violet #A128EA
RGB
CMYK
RGB Variations
Color information
#A128EA (or 0xA128EA) is known color: Blue Violet. HEX triplet: A1, 28 and EA. RGB value is (161,40,234). Sum of RGB (Red+Green+Blue) = 161+40+234=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #A128EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A128EA is #5ED715. Grayscale: #616161. Windows color (decimal): -6215446 or 15345825. OLE color: 15345825.
HSL color Cylindrical-coordinate representation of color #A128EA: hue angle of 277.42º degrees, saturation: 0.82, 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 #A128EA is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 40 | 234 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.08 |
| HSL | 277.42º | 0.82% | 0.54% | - |
| HSV(B) | 277.42º | 0.83% | 0.92% | - |
| XYZ | 30.31 | 15.04 | 79.15 | - |
| YUV | 98.3 | 204.59 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 234 | 0.31 | 0.83 | 0 | 0.08 | 277.42 | 0.82 | 0.54 |
| Hex | A1 | 28 | EA | 1F | 53 | 0 | 8 | 115 | 52 | 36 |
| Octal | 241 | 50 | 352 | 37 | 123 | 0 | 10 | 425 | 122 | 66 |
| Binary | 10100001 | 101000 | 11101010 | 11111 | 1010011 | 0 | 1000 | 100010101 | 1010010 | 110110 |
Color Harmonies of #A128EA
Complementary color
Monochromatic Colors of #A128EA
Black with #A128EA
Text Example
Text Example
White with #A128EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A128EA; }
p { color: rgb(161,40,234); }
H1.HeaderClassName
{
color: #A128EA;
}
.AnyTagClassName
{
color: #A128EA;
}
</style>
background-color css
<style>
a { background-color: #A128EA; }
a { background-color: rgb(161,40,234); }
div.DivClassName
{
background-color: #A128EA;
}
.BgClassName
{
background-color: #A128EA;
}
</style>
border-color css
<style>
span { border-color: #A128EA; }
span { border-color: rgb(161,40,234); }
td.TdClassName
{
border-color: #A128EA;
}
.TagClassName
{
border-color: #A128EA;
}
</style>