Shades of Wistful #AAA2D0
Tints of Wistful #AAA2D0
RGB
CMYK
RGB Variations
Color information
#AAA2D0 (or 0xAAA2D0) is known color: Wistful. HEX triplet: AA, A2 and D0. RGB value is (170,162,208). Sum of RGB (Red+Green+Blue) = 170+162+208=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAA2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2D0 is #555D2F. Grayscale: #A9A9A9. Windows color (decimal): -5594416 or 13673130. OLE color: 13673130.
HSL color Cylindrical-coordinate representation of color #AAA2D0: hue angle of 250.43º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAA2D0 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 162 | 208 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.18 |
| HSL | 250.43º | 0.33% | 0.73% | - |
| HSV(B) | 250.43º | 0.22% | 0.82% | - |
| XYZ | 40.88 | 38.94 | 65.04 | - |
| YUV | 169.64 | 149.65 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 208 | 0.18 | 0.22 | 0 | 0.18 | 250.43 | 0.33 | 0.73 |
| Hex | AA | A2 | D0 | 12 | 16 | 0 | 12 | FA | 21 | 49 |
| Octal | 252 | 242 | 320 | 22 | 26 | 0 | 22 | 372 | 41 | 111 |
| Binary | 10101010 | 10100010 | 11010000 | 10010 | 10110 | 0 | 10010 | 11111010 | 100001 | 1001001 |
Color Harmonies of #AAA2D0
Complementary color
Monochromatic Colors of #AAA2D0
Black with #AAA2D0
Text Example
Text Example
White with #AAA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2D0; }
p { color: rgb(170,162,208); }
H1.HeaderClassName
{
color: #AAA2D0;
}
.AnyTagClassName
{
color: #AAA2D0;
}
</style>
background-color css
<style>
a { background-color: #AAA2D0; }
a { background-color: rgb(170,162,208); }
div.DivClassName
{
background-color: #AAA2D0;
}
.BgClassName
{
background-color: #AAA2D0;
}
</style>
border-color css
<style>
span { border-color: #AAA2D0; }
span { border-color: rgb(170,162,208); }
td.TdClassName
{
border-color: #AAA2D0;
}
.TagClassName
{
border-color: #AAA2D0;
}
</style>