Shades of Blue Violet #A028E4
Tints of Blue Violet #A028E4
RGB
CMYK
RGB Variations
Color information
#A028E4 (or 0xA028E4) is known color: Blue Violet. HEX triplet: A0, 28 and E4. RGB value is (160,40,228). Sum of RGB (Red+Green+Blue) = 160+40+228=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 228 (89.45% from 255 or 53.27% from 428); Max value from RGB is 228 - color contains mainly: blue. Hex color #A028E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028E4 is #5FD71B. Grayscale: #606060. Windows color (decimal): -6280988 or 14952608. OLE color: 14952608.
HSL color Cylindrical-coordinate representation of color #A028E4: hue angle of 278.3º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A028E4 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 40 | 228 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.11 |
| HSL | 278.3º | 0.78% | 0.53% | - |
| HSV(B) | 278.3º | 0.82% | 0.89% | - |
| XYZ | 29.26 | 14.59 | 74.67 | - |
| YUV | 97.31 | 201.76 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 228 | 0.30 | 0.82 | 0 | 0.11 | 278.3 | 0.78 | 0.53 |
| Hex | A0 | 28 | E4 | 1E | 52 | 0 | B | 116 | 4E | 35 |
| Octal | 240 | 50 | 344 | 36 | 122 | 0 | 13 | 426 | 116 | 65 |
| Binary | 10100000 | 101000 | 11100100 | 11110 | 1010010 | 0 | 1011 | 100010110 | 1001110 | 110101 |
Color Harmonies of #A028E4
Complementary color
Monochromatic Colors of #A028E4
Black with #A028E4
Text Example
Text Example
White with #A028E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028E4; }
p { color: rgb(160,40,228); }
H1.HeaderClassName
{
color: #A028E4;
}
.AnyTagClassName
{
color: #A028E4;
}
</style>
background-color css
<style>
a { background-color: #A028E4; }
a { background-color: rgb(160,40,228); }
div.DivClassName
{
background-color: #A028E4;
}
.BgClassName
{
background-color: #A028E4;
}
</style>
border-color css
<style>
span { border-color: #A028E4; }
span { border-color: rgb(160,40,228); }
td.TdClassName
{
border-color: #A028E4;
}
.TagClassName
{
border-color: #A028E4;
}
</style>