Shades of Wistful #AAA1D1
Tints of Wistful #AAA1D1
RGB
CMYK
RGB Variations
Color information
#AAA1D1 (or 0xAAA1D1) is known color: Wistful. HEX triplet: AA, A1 and D1. RGB value is (170,161,209). Sum of RGB (Red+Green+Blue) = 170+161+209=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAA1D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1D1 is #555E2E. Grayscale: #A8A8A8. Windows color (decimal): -5594671 or 13738410. OLE color: 13738410.
HSL color Cylindrical-coordinate representation of color #AAA1D1: hue angle of 251.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAA1D1 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 161 | 209 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.18 |
| HSL | 251.25º | 0.34% | 0.73% | - |
| HSV(B) | 251.25º | 0.23% | 0.82% | - |
| XYZ | 40.83 | 38.64 | 65.63 | - |
| YUV | 169.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 209 | 0.19 | 0.23 | 0 | 0.18 | 251.25 | 0.34 | 0.73 |
| Hex | AA | A1 | D1 | 13 | 17 | 0 | 12 | FB | 22 | 49 |
| Octal | 252 | 241 | 321 | 23 | 27 | 0 | 22 | 373 | 42 | 111 |
| Binary | 10101010 | 10100001 | 11010001 | 10011 | 10111 | 0 | 10010 | 11111011 | 100010 | 1001001 |
Color Harmonies of #AAA1D1
Complementary color
Monochromatic Colors of #AAA1D1
Black with #AAA1D1
Text Example
Text Example
White with #AAA1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1D1; }
p { color: rgb(170,161,209); }
H1.HeaderClassName
{
color: #AAA1D1;
}
.AnyTagClassName
{
color: #AAA1D1;
}
</style>
background-color css
<style>
a { background-color: #AAA1D1; }
a { background-color: rgb(170,161,209); }
div.DivClassName
{
background-color: #AAA1D1;
}
.BgClassName
{
background-color: #AAA1D1;
}
</style>
border-color css
<style>
span { border-color: #AAA1D1; }
span { border-color: rgb(170,161,209); }
td.TdClassName
{
border-color: #AAA1D1;
}
.TagClassName
{
border-color: #AAA1D1;
}
</style>