Shades of Blue Violet #A128F8
Tints of Blue Violet #A128F8
RGB
CMYK
RGB Variations
Color information
#A128F8 (or 0xA128F8) is known color: Blue Violet. HEX triplet: A1, 28 and F8. RGB value is (161,40,248). Sum of RGB (Red+Green+Blue) = 161+40+248=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 248 (97.27% from 255 or 55.23% from 449); Max value from RGB is 248 - color contains mainly: blue. Hex color #A128F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A128F8 is #5ED707. Grayscale: #636363. Windows color (decimal): -6215432 or 16263329. OLE color: 16263329.
HSL color Cylindrical-coordinate representation of color #A128F8: hue angle of 274.9º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A128F8 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 40 | 248 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.03 |
| HSL | 274.9º | 0.94% | 0.56% | - |
| HSV(B) | 274.9º | 0.84% | 0.97% | - |
| XYZ | 32.4 | 15.87 | 90.16 | - |
| YUV | 99.89 | 211.59 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 248 | 0.35 | 0.84 | 0 | 0.03 | 274.9 | 0.94 | 0.56 |
| Hex | A1 | 28 | F8 | 23 | 54 | 0 | 3 | 113 | 5E | 38 |
| Octal | 241 | 50 | 370 | 43 | 124 | 0 | 3 | 423 | 136 | 70 |
| Binary | 10100001 | 101000 | 11111000 | 100011 | 1010100 | 0 | 11 | 100010011 | 1011110 | 111000 |
Color Harmonies of #A128F8
Complementary color
Monochromatic Colors of #A128F8
Black with #A128F8
Text Example
Text Example
White with #A128F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A128F8; }
p { color: rgb(161,40,248); }
H1.HeaderClassName
{
color: #A128F8;
}
.AnyTagClassName
{
color: #A128F8;
}
</style>
background-color css
<style>
a { background-color: #A128F8; }
a { background-color: rgb(161,40,248); }
div.DivClassName
{
background-color: #A128F8;
}
.BgClassName
{
background-color: #A128F8;
}
</style>
border-color css
<style>
span { border-color: #A128F8; }
span { border-color: rgb(161,40,248); }
td.TdClassName
{
border-color: #A128F8;
}
.TagClassName
{
border-color: #A128F8;
}
</style>