Shades of Wistful #AAA2DD
Tints of Wistful #AAA2DD
RGB
CMYK
RGB Variations
Color information
#AAA2DD (or 0xAAA2DD) is known color: Wistful. HEX triplet: AA, A2 and DD. RGB value is (170,162,221). Sum of RGB (Red+Green+Blue) = 170+162+221=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAA2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2DD is #555D22. Grayscale: #AAAAAA. Windows color (decimal): -5594403 or 14525098. OLE color: 14525098.
HSL color Cylindrical-coordinate representation of color #AAA2DD: hue angle of 248.14º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAA2DD is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 162 | 221 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.13 |
| HSL | 248.14º | 0.46% | 0.75% | - |
| HSV(B) | 248.14º | 0.27% | 0.87% | - |
| XYZ | 42.55 | 39.61 | 73.81 | - |
| YUV | 171.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 221 | 0.23 | 0.27 | 0 | 0.13 | 248.14 | 0.46 | 0.75 |
| Hex | AA | A2 | DD | 17 | 1B | 0 | D | F8 | 2E | 4B |
| Octal | 252 | 242 | 335 | 27 | 33 | 0 | 15 | 370 | 56 | 113 |
| Binary | 10101010 | 10100010 | 11011101 | 10111 | 11011 | 0 | 1101 | 11111000 | 101110 | 1001011 |
Color Harmonies of #AAA2DD
Complementary color
Monochromatic Colors of #AAA2DD
Black with #AAA2DD
Text Example
Text Example
White with #AAA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2DD; }
p { color: rgb(170,162,221); }
H1.HeaderClassName
{
color: #AAA2DD;
}
.AnyTagClassName
{
color: #AAA2DD;
}
</style>
background-color css
<style>
a { background-color: #AAA2DD; }
a { background-color: rgb(170,162,221); }
div.DivClassName
{
background-color: #AAA2DD;
}
.BgClassName
{
background-color: #AAA2DD;
}
</style>
border-color css
<style>
span { border-color: #AAA2DD; }
span { border-color: rgb(170,162,221); }
td.TdClassName
{
border-color: #AAA2DD;
}
.TagClassName
{
border-color: #AAA2DD;
}
</style>