Shades of Blue Violet #A128FF
Tints of Blue Violet #A128FF
RGB
CMYK
RGB Variations
Color information
#A128FF (or 0xA128FF) is known color: Blue Violet. HEX triplet: A1, 28 and FF. RGB value is (161,40,255). Sum of RGB (Red+Green+Blue) = 161+40+255=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #A128FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A128FF is #5ED700. Grayscale: #636363. Windows color (decimal): -6215425 or 16722081. OLE color: 16722081.
HSL color Cylindrical-coordinate representation of color #A128FF: hue angle of 273.77º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A128FF is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 40 | 255 | - |
| CMYK | 0.37 | 0.84 | 0 | 0 |
| HSL | 273.77º | 1% | 0.58% | - |
| HSV(B) | 273.77º | 0.84% | 1% | - |
| XYZ | 33.51 | 16.31 | 95.99 | - |
| YUV | 100.69 | 215.09 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 255 | 0.37 | 0.84 | 0 | 0 | 273.77 | 1 | 0.58 |
| Hex | A1 | 28 | FF | 25 | 54 | 0 | 0 | 112 | 64 | 3A |
| Octal | 241 | 50 | 377 | 45 | 124 | 0 | 0 | 422 | 144 | 72 |
| Binary | 10100001 | 101000 | 11111111 | 100101 | 1010100 | 0 | 0 | 100010010 | 1100100 | 111010 |
Color Harmonies of #A128FF
Complementary color
Monochromatic Colors of #A128FF
Black with #A128FF
Text Example
Text Example
White with #A128FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A128FF; }
p { color: rgb(161,40,255); }
H1.HeaderClassName
{
color: #A128FF;
}
.AnyTagClassName
{
color: #A128FF;
}
</style>
background-color css
<style>
a { background-color: #A128FF; }
a { background-color: rgb(161,40,255); }
div.DivClassName
{
background-color: #A128FF;
}
.BgClassName
{
background-color: #A128FF;
}
</style>
border-color css
<style>
span { border-color: #A128FF; }
span { border-color: rgb(161,40,255); }
td.TdClassName
{
border-color: #A128FF;
}
.TagClassName
{
border-color: #A128FF;
}
</style>