Shades of Blue Violet #A028EC
Tints of Blue Violet #A028EC
RGB
CMYK
RGB Variations
Color information
#A028EC (or 0xA028EC) is known color: Blue Violet. HEX triplet: A0, 28 and EC. RGB value is (160,40,236). Sum of RGB (Red+Green+Blue) = 160+40+236=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #A028EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A028EC is #5FD713. Grayscale: #616161. Windows color (decimal): -6280980 or 15476896. OLE color: 15476896.
HSL color Cylindrical-coordinate representation of color #A028EC: hue angle of 276.73º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A028EC is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 40 | 236 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.07 |
| HSL | 276.73º | 0.84% | 0.54% | - |
| HSV(B) | 276.73º | 0.83% | 0.93% | - |
| XYZ | 30.4 | 15.05 | 80.66 | - |
| YUV | 98.22 | 205.76 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 236 | 0.32 | 0.83 | 0 | 0.07 | 276.73 | 0.84 | 0.54 |
| Hex | A0 | 28 | EC | 20 | 53 | 0 | 7 | 115 | 54 | 36 |
| Octal | 240 | 50 | 354 | 40 | 123 | 0 | 7 | 425 | 124 | 66 |
| Binary | 10100000 | 101000 | 11101100 | 100000 | 1010011 | 0 | 111 | 100010101 | 1010100 | 110110 |
Color Harmonies of #A028EC
Complementary color
Monochromatic Colors of #A028EC
Black with #A028EC
Text Example
Text Example
White with #A028EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028EC; }
p { color: rgb(160,40,236); }
H1.HeaderClassName
{
color: #A028EC;
}
.AnyTagClassName
{
color: #A028EC;
}
</style>
background-color css
<style>
a { background-color: #A028EC; }
a { background-color: rgb(160,40,236); }
div.DivClassName
{
background-color: #A028EC;
}
.BgClassName
{
background-color: #A028EC;
}
</style>
border-color css
<style>
span { border-color: #A028EC; }
span { border-color: rgb(160,40,236); }
td.TdClassName
{
border-color: #A028EC;
}
.TagClassName
{
border-color: #A028EC;
}
</style>