Shades of Wistful #AAA2D4
Tints of Wistful #AAA2D4
RGB
CMYK
RGB Variations
Color information
#AAA2D4 (or 0xAAA2D4) is known color: Wistful. HEX triplet: AA, A2 and D4. RGB value is (170,162,212). Sum of RGB (Red+Green+Blue) = 170+162+212=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 212 - color contains mainly: blue. Hex color #AAA2D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2D4 is #555D2B. Grayscale: #A9A9A9. Windows color (decimal): -5594412 or 13935274. OLE color: 13935274.
HSL color Cylindrical-coordinate representation of color #AAA2D4: hue angle of 249.6º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAA2D4 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 162 | 212 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.17 |
| HSL | 249.6º | 0.37% | 0.73% | - |
| HSV(B) | 249.6º | 0.24% | 0.83% | - |
| XYZ | 41.38 | 39.14 | 67.66 | - |
| YUV | 170.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 212 | 0.20 | 0.24 | 0 | 0.17 | 249.6 | 0.37 | 0.73 |
| Hex | AA | A2 | D4 | 14 | 18 | 0 | 11 | FA | 25 | 49 |
| Octal | 252 | 242 | 324 | 24 | 30 | 0 | 21 | 372 | 45 | 111 |
| Binary | 10101010 | 10100010 | 11010100 | 10100 | 11000 | 0 | 10001 | 11111010 | 100101 | 1001001 |
Color Harmonies of #AAA2D4
Complementary color
Monochromatic Colors of #AAA2D4
Black with #AAA2D4
Text Example
Text Example
White with #AAA2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2D4; }
p { color: rgb(170,162,212); }
H1.HeaderClassName
{
color: #AAA2D4;
}
.AnyTagClassName
{
color: #AAA2D4;
}
</style>
background-color css
<style>
a { background-color: #AAA2D4; }
a { background-color: rgb(170,162,212); }
div.DivClassName
{
background-color: #AAA2D4;
}
.BgClassName
{
background-color: #AAA2D4;
}
</style>
border-color css
<style>
span { border-color: #AAA2D4; }
span { border-color: rgb(170,162,212); }
td.TdClassName
{
border-color: #AAA2D4;
}
.TagClassName
{
border-color: #AAA2D4;
}
</style>