Shades of Blue Violet #AA29FE
Tints of Blue Violet #AA29FE
RGB
CMYK
RGB Variations
Color information
#AA29FE (or 0xAA29FE) is known color: Blue Violet. HEX triplet: AA, 29 and FE. RGB value is (170,41,254). Sum of RGB (Red+Green+Blue) = 170+41+254=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA29FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA29FE is #55D601. Grayscale: #676767. Windows color (decimal): -5625346 or 16656810. OLE color: 16656810.
HSL color Cylindrical-coordinate representation of color #AA29FE: hue angle of 276.34º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA29FE is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 41 | 254 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.00 |
| HSL | 276.34º | 0.99% | 0.58% | - |
| HSV(B) | 276.34º | 0.84% | 1% | - |
| XYZ | 35.26 | 17.29 | 95.24 | - |
| YUV | 103.85 | 212.74 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 254 | 0.33 | 0.84 | 0 | 0.00 | 276.34 | 0.99 | 0.58 |
| Hex | AA | 29 | FE | 21 | 54 | 0 | 0 | 114 | 63 | 3A |
| Octal | 252 | 51 | 376 | 41 | 124 | 0 | 0 | 424 | 143 | 72 |
| Binary | 10101010 | 101001 | 11111110 | 100001 | 1010100 | 0 | 0 | 100010100 | 1100011 | 111010 |
Color Harmonies of #AA29FE
Complementary color
Monochromatic Colors of #AA29FE
Black with #AA29FE
Text Example
Text Example
White with #AA29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA29FE; }
p { color: rgb(170,41,254); }
H1.HeaderClassName
{
color: #AA29FE;
}
.AnyTagClassName
{
color: #AA29FE;
}
</style>
background-color css
<style>
a { background-color: #AA29FE; }
a { background-color: rgb(170,41,254); }
div.DivClassName
{
background-color: #AA29FE;
}
.BgClassName
{
background-color: #AA29FE;
}
</style>
border-color css
<style>
span { border-color: #AA29FE; }
span { border-color: rgb(170,41,254); }
td.TdClassName
{
border-color: #AA29FE;
}
.TagClassName
{
border-color: #AA29FE;
}
</style>