Shades of Blue Violet #AA1DED
Tints of Blue Violet #AA1DED
RGB
CMYK
RGB Variations
Color information
#AA1DED (or 0xAA1DED) is known color: Blue Violet. HEX triplet: AA, 1D and ED. RGB value is (170,29,237). Sum of RGB (Red+Green+Blue) = 170+29+237=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA1DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1DED is #55E212. Grayscale: #5E5E5E. Windows color (decimal): -5628435 or 15539626. OLE color: 15539626.
HSL color Cylindrical-coordinate representation of color #AA1DED: hue angle of 280.67º degrees, saturation: 0.85, 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 #AA1DED is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 29 | 237 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.07 |
| HSL | 280.67º | 0.85% | 0.52% | - |
| HSV(B) | 280.67º | 0.88% | 0.93% | - |
| XYZ | 32.3 | 15.54 | 81.42 | - |
| YUV | 94.87 | 208.21 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 237 | 0.28 | 0.88 | 0 | 0.07 | 280.67 | 0.85 | 0.52 |
| Hex | AA | 1D | ED | 1C | 58 | 0 | 7 | 119 | 55 | 34 |
| Octal | 252 | 35 | 355 | 34 | 130 | 0 | 7 | 431 | 125 | 64 |
| Binary | 10101010 | 11101 | 11101101 | 11100 | 1011000 | 0 | 111 | 100011001 | 1010101 | 110100 |
Color Harmonies of #AA1DED
Complementary color
Monochromatic Colors of #AA1DED
Black with #AA1DED
Text Example
Text Example
White with #AA1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DED; }
p { color: rgb(170,29,237); }
H1.HeaderClassName
{
color: #AA1DED;
}
.AnyTagClassName
{
color: #AA1DED;
}
</style>
background-color css
<style>
a { background-color: #AA1DED; }
a { background-color: rgb(170,29,237); }
div.DivClassName
{
background-color: #AA1DED;
}
.BgClassName
{
background-color: #AA1DED;
}
</style>
border-color css
<style>
span { border-color: #AA1DED; }
span { border-color: rgb(170,29,237); }
td.TdClassName
{
border-color: #AA1DED;
}
.TagClassName
{
border-color: #AA1DED;
}
</style>