Shades of Blue Violet #A028ED
Tints of Blue Violet #A028ED
RGB
CMYK
RGB Variations
Color information
#A028ED (or 0xA028ED) is known color: Blue Violet. HEX triplet: A0, 28 and ED. RGB value is (160,40,237). Sum of RGB (Red+Green+Blue) = 160+40+237=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #A028ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A028ED is #5FD712. Grayscale: #616161. Windows color (decimal): -6280979 or 15542432. OLE color: 15542432.
HSL color Cylindrical-coordinate representation of color #A028ED: hue angle of 276.55º degrees, saturation: 0.85, 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 #A028ED is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 40 | 237 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.07 |
| HSL | 276.55º | 0.85% | 0.54% | - |
| HSV(B) | 276.55º | 0.83% | 0.93% | - |
| XYZ | 30.54 | 15.11 | 81.43 | - |
| YUV | 98.34 | 206.26 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 237 | 0.32 | 0.83 | 0 | 0.07 | 276.55 | 0.85 | 0.54 |
| Hex | A0 | 28 | ED | 20 | 53 | 0 | 7 | 115 | 55 | 36 |
| Octal | 240 | 50 | 355 | 40 | 123 | 0 | 7 | 425 | 125 | 66 |
| Binary | 10100000 | 101000 | 11101101 | 100000 | 1010011 | 0 | 111 | 100010101 | 1010101 | 110110 |
Color Harmonies of #A028ED
Complementary color
Monochromatic Colors of #A028ED
Black with #A028ED
Text Example
Text Example
White with #A028ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028ED; }
p { color: rgb(160,40,237); }
H1.HeaderClassName
{
color: #A028ED;
}
.AnyTagClassName
{
color: #A028ED;
}
</style>
background-color css
<style>
a { background-color: #A028ED; }
a { background-color: rgb(160,40,237); }
div.DivClassName
{
background-color: #A028ED;
}
.BgClassName
{
background-color: #A028ED;
}
</style>
border-color css
<style>
span { border-color: #A028ED; }
span { border-color: rgb(160,40,237); }
td.TdClassName
{
border-color: #A028ED;
}
.TagClassName
{
border-color: #A028ED;
}
</style>