Shades of Blue Violet #A028EE
Tints of Blue Violet #A028EE
RGB
CMYK
RGB Variations
Color information
#A028EE (or 0xA028EE) is known color: Blue Violet. HEX triplet: A0, 28 and EE. RGB value is (160,40,238). Sum of RGB (Red+Green+Blue) = 160+40+238=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #A028EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A028EE is #5FD711. Grayscale: #616161. Windows color (decimal): -6280978 or 15607968. OLE color: 15607968.
HSL color Cylindrical-coordinate representation of color #A028EE: hue angle of 276.36º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A028EE is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 40 | 238 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.07 |
| HSL | 276.36º | 0.85% | 0.55% | - |
| HSV(B) | 276.36º | 0.83% | 0.93% | - |
| XYZ | 30.69 | 15.16 | 82.2 | - |
| YUV | 98.45 | 206.76 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 238 | 0.33 | 0.83 | 0 | 0.07 | 276.36 | 0.85 | 0.55 |
| Hex | A0 | 28 | EE | 21 | 53 | 0 | 7 | 114 | 55 | 37 |
| Octal | 240 | 50 | 356 | 41 | 123 | 0 | 7 | 424 | 125 | 67 |
| Binary | 10100000 | 101000 | 11101110 | 100001 | 1010011 | 0 | 111 | 100010100 | 1010101 | 110111 |
Color Harmonies of #A028EE
Complementary color
Monochromatic Colors of #A028EE
Black with #A028EE
Text Example
Text Example
White with #A028EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028EE; }
p { color: rgb(160,40,238); }
H1.HeaderClassName
{
color: #A028EE;
}
.AnyTagClassName
{
color: #A028EE;
}
</style>
background-color css
<style>
a { background-color: #A028EE; }
a { background-color: rgb(160,40,238); }
div.DivClassName
{
background-color: #A028EE;
}
.BgClassName
{
background-color: #A028EE;
}
</style>
border-color css
<style>
span { border-color: #A028EE; }
span { border-color: rgb(160,40,238); }
td.TdClassName
{
border-color: #A028EE;
}
.TagClassName
{
border-color: #A028EE;
}
</style>