Shades of Blue Violet #A128F2
Tints of Blue Violet #A128F2
RGB
CMYK
RGB Variations
Color information
#A128F2 (or 0xA128F2) is known color: Blue Violet. HEX triplet: A1, 28 and F2. RGB value is (161,40,242). Sum of RGB (Red+Green+Blue) = 161+40+242=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 242 (94.92% from 255 or 54.63% from 443); Max value from RGB is 242 - color contains mainly: blue. Hex color #A128F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A128F2 is #5ED70D. Grayscale: #626262. Windows color (decimal): -6215438 or 15870113. OLE color: 15870113.
HSL color Cylindrical-coordinate representation of color #A128F2: hue angle of 275.94º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A128F2 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 40 | 242 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.05 |
| HSL | 275.94º | 0.89% | 0.55% | - |
| HSV(B) | 275.94º | 0.83% | 0.95% | - |
| XYZ | 31.48 | 15.51 | 85.34 | - |
| YUV | 99.21 | 208.59 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 242 | 0.33 | 0.83 | 0 | 0.05 | 275.94 | 0.89 | 0.55 |
| Hex | A1 | 28 | F2 | 21 | 53 | 0 | 5 | 114 | 59 | 37 |
| Octal | 241 | 50 | 362 | 41 | 123 | 0 | 5 | 424 | 131 | 67 |
| Binary | 10100001 | 101000 | 11110010 | 100001 | 1010011 | 0 | 101 | 100010100 | 1011001 | 110111 |
Color Harmonies of #A128F2
Complementary color
Monochromatic Colors of #A128F2
Black with #A128F2
Text Example
Text Example
White with #A128F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A128F2; }
p { color: rgb(161,40,242); }
H1.HeaderClassName
{
color: #A128F2;
}
.AnyTagClassName
{
color: #A128F2;
}
</style>
background-color css
<style>
a { background-color: #A128F2; }
a { background-color: rgb(161,40,242); }
div.DivClassName
{
background-color: #A128F2;
}
.BgClassName
{
background-color: #A128F2;
}
</style>
border-color css
<style>
span { border-color: #A128F2; }
span { border-color: rgb(161,40,242); }
td.TdClassName
{
border-color: #A128F2;
}
.TagClassName
{
border-color: #A128F2;
}
</style>