Shades of Blue Violet #AA29ED
Tints of Blue Violet #AA29ED
RGB
CMYK
RGB Variations
Color information
#AA29ED (or 0xAA29ED) is known color: Blue Violet. HEX triplet: AA, 29 and ED. RGB value is (170,41,237). Sum of RGB (Red+Green+Blue) = 170+41+237=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA29ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA29ED is #55D612. Grayscale: #656565. Windows color (decimal): -5625363 or 15542698. OLE color: 15542698.
HSL color Cylindrical-coordinate representation of color #AA29ED: hue angle of 279.49º degrees, saturation: 0.84, 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 #AA29ED is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 41 | 237 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.07 |
| HSL | 279.49º | 0.84% | 0.55% | - |
| HSV(B) | 279.49º | 0.83% | 0.93% | - |
| XYZ | 32.66 | 16.25 | 81.54 | - |
| YUV | 101.92 | 204.24 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 237 | 0.28 | 0.83 | 0 | 0.07 | 279.49 | 0.84 | 0.55 |
| Hex | AA | 29 | ED | 1C | 53 | 0 | 7 | 117 | 54 | 37 |
| Octal | 252 | 51 | 355 | 34 | 123 | 0 | 7 | 427 | 124 | 67 |
| Binary | 10101010 | 101001 | 11101101 | 11100 | 1010011 | 0 | 111 | 100010111 | 1010100 | 110111 |
Color Harmonies of #AA29ED
Complementary color
Monochromatic Colors of #AA29ED
Black with #AA29ED
Text Example
Text Example
White with #AA29ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA29ED; }
p { color: rgb(170,41,237); }
H1.HeaderClassName
{
color: #AA29ED;
}
.AnyTagClassName
{
color: #AA29ED;
}
</style>
background-color css
<style>
a { background-color: #AA29ED; }
a { background-color: rgb(170,41,237); }
div.DivClassName
{
background-color: #AA29ED;
}
.BgClassName
{
background-color: #AA29ED;
}
</style>
border-color css
<style>
span { border-color: #AA29ED; }
span { border-color: rgb(170,41,237); }
td.TdClassName
{
border-color: #AA29ED;
}
.TagClassName
{
border-color: #AA29ED;
}
</style>