Shades of Blue Violet #AA28ED
Tints of Blue Violet #AA28ED
RGB
CMYK
RGB Variations
Color information
#AA28ED (or 0xAA28ED) is known color: Blue Violet. HEX triplet: AA, 28 and ED. RGB value is (170,40,237). Sum of RGB (Red+Green+Blue) = 170+40+237=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA28ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA28ED is #55D712. Grayscale: #646464. Windows color (decimal): -5625619 or 15542442. OLE color: 15542442.
HSL color Cylindrical-coordinate representation of color #AA28ED: hue angle of 279.59º 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 #AA28ED is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 40 | 237 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.07 |
| HSL | 279.59º | 0.85% | 0.54% | - |
| HSV(B) | 279.59º | 0.83% | 0.93% | - |
| XYZ | 32.62 | 16.18 | 81.52 | - |
| YUV | 101.33 | 204.57 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 237 | 0.28 | 0.83 | 0 | 0.07 | 279.59 | 0.85 | 0.54 |
| Hex | AA | 28 | ED | 1C | 53 | 0 | 7 | 118 | 55 | 36 |
| Octal | 252 | 50 | 355 | 34 | 123 | 0 | 7 | 430 | 125 | 66 |
| Binary | 10101010 | 101000 | 11101101 | 11100 | 1010011 | 0 | 111 | 100011000 | 1010101 | 110110 |
Color Harmonies of #AA28ED
Complementary color
Monochromatic Colors of #AA28ED
Black with #AA28ED
Text Example
Text Example
White with #AA28ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA28ED; }
p { color: rgb(170,40,237); }
H1.HeaderClassName
{
color: #AA28ED;
}
.AnyTagClassName
{
color: #AA28ED;
}
</style>
background-color css
<style>
a { background-color: #AA28ED; }
a { background-color: rgb(170,40,237); }
div.DivClassName
{
background-color: #AA28ED;
}
.BgClassName
{
background-color: #AA28ED;
}
</style>
border-color css
<style>
span { border-color: #AA28ED; }
span { border-color: rgb(170,40,237); }
td.TdClassName
{
border-color: #AA28ED;
}
.TagClassName
{
border-color: #AA28ED;
}
</style>