Shades of Blue Violet #A028E5
Tints of Blue Violet #A028E5
RGB
CMYK
RGB Variations
Color information
#A028E5 (or 0xA028E5) is known color: Blue Violet. HEX triplet: A0, 28 and E5. RGB value is (160,40,229). Sum of RGB (Red+Green+Blue) = 160+40+229=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 229 (89.84% from 255 or 53.38% from 429); Max value from RGB is 229 - color contains mainly: blue. Hex color #A028E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028E5 is #5FD71A. Grayscale: #606060. Windows color (decimal): -6280987 or 15018144. OLE color: 15018144.
HSL color Cylindrical-coordinate representation of color #A028E5: hue angle of 278.1º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A028E5 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 40 | 229 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.10 |
| HSL | 278.1º | 0.78% | 0.53% | - |
| HSV(B) | 278.1º | 0.83% | 0.9% | - |
| XYZ | 29.4 | 14.65 | 75.41 | - |
| YUV | 97.43 | 202.26 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 229 | 0.30 | 0.83 | 0 | 0.10 | 278.1 | 0.78 | 0.53 |
| Hex | A0 | 28 | E5 | 1E | 53 | 0 | A | 116 | 4E | 35 |
| Octal | 240 | 50 | 345 | 36 | 123 | 0 | 12 | 426 | 116 | 65 |
| Binary | 10100000 | 101000 | 11100101 | 11110 | 1010011 | 0 | 1010 | 100010110 | 1001110 | 110101 |
Color Harmonies of #A028E5
Complementary color
Monochromatic Colors of #A028E5
Black with #A028E5
Text Example
Text Example
White with #A028E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028E5; }
p { color: rgb(160,40,229); }
H1.HeaderClassName
{
color: #A028E5;
}
.AnyTagClassName
{
color: #A028E5;
}
</style>
background-color css
<style>
a { background-color: #A028E5; }
a { background-color: rgb(160,40,229); }
div.DivClassName
{
background-color: #A028E5;
}
.BgClassName
{
background-color: #A028E5;
}
</style>
border-color css
<style>
span { border-color: #A028E5; }
span { border-color: rgb(160,40,229); }
td.TdClassName
{
border-color: #A028E5;
}
.TagClassName
{
border-color: #A028E5;
}
</style>