Shades of Wistful #AAA2D3
Tints of Wistful #AAA2D3
RGB
CMYK
RGB Variations
Color information
#AAA2D3 (or 0xAAA2D3) is known color: Wistful. HEX triplet: AA, A2 and D3. RGB value is (170,162,211). Sum of RGB (Red+Green+Blue) = 170+162+211=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 211 - color contains mainly: blue. Hex color #AAA2D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2D3 is #555D2C. Grayscale: #A9A9A9. Windows color (decimal): -5594413 or 13869738. OLE color: 13869738.
HSL color Cylindrical-coordinate representation of color #AAA2D3: hue angle of 249.8º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAA2D3 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 162 | 211 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.17 |
| HSL | 249.8º | 0.36% | 0.73% | - |
| HSV(B) | 249.8º | 0.23% | 0.83% | - |
| XYZ | 41.26 | 39.09 | 67 | - |
| YUV | 169.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 211 | 0.19 | 0.23 | 0 | 0.17 | 249.8 | 0.36 | 0.73 |
| Hex | AA | A2 | D3 | 13 | 17 | 0 | 11 | FA | 24 | 49 |
| Octal | 252 | 242 | 323 | 23 | 27 | 0 | 21 | 372 | 44 | 111 |
| Binary | 10101010 | 10100010 | 11010011 | 10011 | 10111 | 0 | 10001 | 11111010 | 100100 | 1001001 |
Color Harmonies of #AAA2D3
Complementary color
Monochromatic Colors of #AAA2D3
Black with #AAA2D3
Text Example
Text Example
White with #AAA2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2D3; }
p { color: rgb(170,162,211); }
H1.HeaderClassName
{
color: #AAA2D3;
}
.AnyTagClassName
{
color: #AAA2D3;
}
</style>
background-color css
<style>
a { background-color: #AAA2D3; }
a { background-color: rgb(170,162,211); }
div.DivClassName
{
background-color: #AAA2D3;
}
.BgClassName
{
background-color: #AAA2D3;
}
</style>
border-color css
<style>
span { border-color: #AAA2D3; }
span { border-color: rgb(170,162,211); }
td.TdClassName
{
border-color: #AAA2D3;
}
.TagClassName
{
border-color: #AAA2D3;
}
</style>