Shades of Blue Violet #AA1DEC
Tints of Blue Violet #AA1DEC
RGB
CMYK
RGB Variations
Color information
#AA1DEC (or 0xAA1DEC) is known color: Blue Violet. HEX triplet: AA, 1D and EC. RGB value is (170,29,236). Sum of RGB (Red+Green+Blue) = 170+29+236=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA1DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1DEC is #55E213. Grayscale: #5E5E5E. Windows color (decimal): -5628436 or 15474090. OLE color: 15474090.
HSL color Cylindrical-coordinate representation of color #AA1DEC: hue angle of 280.87º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1DEC is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 29 | 236 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.07 |
| HSL | 280.87º | 0.84% | 0.52% | - |
| HSV(B) | 280.87º | 0.88% | 0.93% | - |
| XYZ | 32.16 | 15.48 | 80.65 | - |
| YUV | 94.76 | 207.71 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 236 | 0.28 | 0.88 | 0 | 0.07 | 280.87 | 0.84 | 0.52 |
| Hex | AA | 1D | EC | 1C | 58 | 0 | 7 | 119 | 54 | 34 |
| Octal | 252 | 35 | 354 | 34 | 130 | 0 | 7 | 431 | 124 | 64 |
| Binary | 10101010 | 11101 | 11101100 | 11100 | 1011000 | 0 | 111 | 100011001 | 1010100 | 110100 |
Color Harmonies of #AA1DEC
Complementary color
Monochromatic Colors of #AA1DEC
Black with #AA1DEC
Text Example
Text Example
White with #AA1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DEC; }
p { color: rgb(170,29,236); }
H1.HeaderClassName
{
color: #AA1DEC;
}
.AnyTagClassName
{
color: #AA1DEC;
}
</style>
background-color css
<style>
a { background-color: #AA1DEC; }
a { background-color: rgb(170,29,236); }
div.DivClassName
{
background-color: #AA1DEC;
}
.BgClassName
{
background-color: #AA1DEC;
}
</style>
border-color css
<style>
span { border-color: #AA1DEC; }
span { border-color: rgb(170,29,236); }
td.TdClassName
{
border-color: #AA1DEC;
}
.TagClassName
{
border-color: #AA1DEC;
}
</style>