Shades of Wistful #AAA0DC
Tints of Wistful #AAA0DC
RGB
CMYK
RGB Variations
Color information
#AAA0DC (or 0xAAA0DC) is known color: Wistful. HEX triplet: AA, A0 and DC. RGB value is (170,160,220). Sum of RGB (Red+Green+Blue) = 170+160+220=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAA0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0DC is #555F23. Grayscale: #A9A9A9. Windows color (decimal): -5594916 or 14459050. OLE color: 14459050.
HSL color Cylindrical-coordinate representation of color #AAA0DC: hue angle of 250º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAA0DC is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 160 | 220 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.14 |
| HSL | 250º | 0.46% | 0.75% | - |
| HSV(B) | 250º | 0.27% | 0.86% | - |
| XYZ | 42.07 | 38.85 | 72.99 | - |
| YUV | 169.83 | 156.31 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 220 | 0.23 | 0.27 | 0 | 0.14 | 250 | 0.46 | 0.75 |
| Hex | AA | A0 | DC | 17 | 1B | 0 | E | FA | 2E | 4B |
| Octal | 252 | 240 | 334 | 27 | 33 | 0 | 16 | 372 | 56 | 113 |
| Binary | 10101010 | 10100000 | 11011100 | 10111 | 11011 | 0 | 1110 | 11111010 | 101110 | 1001011 |
Color Harmonies of #AAA0DC
Complementary color
Monochromatic Colors of #AAA0DC
Black with #AAA0DC
Text Example
Text Example
White with #AAA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0DC; }
p { color: rgb(170,160,220); }
H1.HeaderClassName
{
color: #AAA0DC;
}
.AnyTagClassName
{
color: #AAA0DC;
}
</style>
background-color css
<style>
a { background-color: #AAA0DC; }
a { background-color: rgb(170,160,220); }
div.DivClassName
{
background-color: #AAA0DC;
}
.BgClassName
{
background-color: #AAA0DC;
}
</style>
border-color css
<style>
span { border-color: #AAA0DC; }
span { border-color: rgb(170,160,220); }
td.TdClassName
{
border-color: #AAA0DC;
}
.TagClassName
{
border-color: #AAA0DC;
}
</style>