Shades of Blue Violet #AA28EC
Tints of Blue Violet #AA28EC
RGB
CMYK
RGB Variations
Color information
#AA28EC (or 0xAA28EC) is known color: Blue Violet. HEX triplet: AA, 28 and EC. RGB value is (170,40,236). Sum of RGB (Red+Green+Blue) = 170+40+236=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA28EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA28EC is #55D713. Grayscale: #646464. Windows color (decimal): -5625620 or 15476906. OLE color: 15476906.
HSL color Cylindrical-coordinate representation of color #AA28EC: hue angle of 279.8º degrees, saturation: 0.84, 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 #AA28EC is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 40 | 236 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.07 |
| HSL | 279.8º | 0.84% | 0.54% | - |
| HSV(B) | 279.8º | 0.83% | 0.93% | - |
| XYZ | 32.48 | 16.12 | 80.76 | - |
| YUV | 101.21 | 204.07 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 236 | 0.28 | 0.83 | 0 | 0.07 | 279.8 | 0.84 | 0.54 |
| Hex | AA | 28 | EC | 1C | 53 | 0 | 7 | 118 | 54 | 36 |
| Octal | 252 | 50 | 354 | 34 | 123 | 0 | 7 | 430 | 124 | 66 |
| Binary | 10101010 | 101000 | 11101100 | 11100 | 1010011 | 0 | 111 | 100011000 | 1010100 | 110110 |
Color Harmonies of #AA28EC
Complementary color
Monochromatic Colors of #AA28EC
Black with #AA28EC
Text Example
Text Example
White with #AA28EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA28EC; }
p { color: rgb(170,40,236); }
H1.HeaderClassName
{
color: #AA28EC;
}
.AnyTagClassName
{
color: #AA28EC;
}
</style>
background-color css
<style>
a { background-color: #AA28EC; }
a { background-color: rgb(170,40,236); }
div.DivClassName
{
background-color: #AA28EC;
}
.BgClassName
{
background-color: #AA28EC;
}
</style>
border-color css
<style>
span { border-color: #AA28EC; }
span { border-color: rgb(170,40,236); }
td.TdClassName
{
border-color: #AA28EC;
}
.TagClassName
{
border-color: #AA28EC;
}
</style>