Shades of Blue Violet #A028E7
Tints of Blue Violet #A028E7
RGB
CMYK
RGB Variations
Color information
#A028E7 (or 0xA028E7) is known color: Blue Violet. HEX triplet: A0, 28 and E7. RGB value is (160,40,231). Sum of RGB (Red+Green+Blue) = 160+40+231=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 231 (90.62% from 255 or 53.60% from 431); Max value from RGB is 231 - color contains mainly: blue. Hex color #A028E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A028E7 is #5FD718. Grayscale: #616161. Windows color (decimal): -6280985 or 15149216. OLE color: 15149216.
HSL color Cylindrical-coordinate representation of color #A028E7: hue angle of 277.7º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A028E7 is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 40 | 231 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.09 |
| HSL | 277.7º | 0.8% | 0.53% | - |
| HSV(B) | 277.7º | 0.83% | 0.91% | - |
| XYZ | 29.68 | 14.76 | 76.89 | - |
| YUV | 97.65 | 203.26 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 231 | 0.31 | 0.83 | 0 | 0.09 | 277.7 | 0.8 | 0.53 |
| Hex | A0 | 28 | E7 | 1F | 53 | 0 | 9 | 116 | 50 | 35 |
| Octal | 240 | 50 | 347 | 37 | 123 | 0 | 11 | 426 | 120 | 65 |
| Binary | 10100000 | 101000 | 11100111 | 11111 | 1010011 | 0 | 1001 | 100010110 | 1010000 | 110101 |
Color Harmonies of #A028E7
Complementary color
Monochromatic Colors of #A028E7
Black with #A028E7
Text Example
Text Example
White with #A028E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028E7; }
p { color: rgb(160,40,231); }
H1.HeaderClassName
{
color: #A028E7;
}
.AnyTagClassName
{
color: #A028E7;
}
</style>
background-color css
<style>
a { background-color: #A028E7; }
a { background-color: rgb(160,40,231); }
div.DivClassName
{
background-color: #A028E7;
}
.BgClassName
{
background-color: #A028E7;
}
</style>
border-color css
<style>
span { border-color: #A028E7; }
span { border-color: rgb(160,40,231); }
td.TdClassName
{
border-color: #A028E7;
}
.TagClassName
{
border-color: #A028E7;
}
</style>