Shades of Wistful #AAA1D4
Tints of Wistful #AAA1D4
RGB
CMYK
RGB Variations
Color information
#AAA1D4 (or 0xAAA1D4) is known color: Wistful. HEX triplet: AA, A1 and D4. RGB value is (170,161,212). Sum of RGB (Red+Green+Blue) = 170+161+212=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 212 - color contains mainly: blue. Hex color #AAA1D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1D4 is #555E2B. Grayscale: #A9A9A9. Windows color (decimal): -5594668 or 13935018. OLE color: 13935018.
HSL color Cylindrical-coordinate representation of color #AAA1D4: hue angle of 250.59º 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 #AAA1D4 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 161 | 212 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.17 |
| HSL | 250.59º | 0.37% | 0.73% | - |
| HSV(B) | 250.59º | 0.24% | 0.83% | - |
| XYZ | 41.21 | 38.79 | 67.6 | - |
| YUV | 169.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 212 | 0.20 | 0.24 | 0 | 0.17 | 250.59 | 0.37 | 0.73 |
| Hex | AA | A1 | D4 | 14 | 18 | 0 | 11 | FB | 25 | 49 |
| Octal | 252 | 241 | 324 | 24 | 30 | 0 | 21 | 373 | 45 | 111 |
| Binary | 10101010 | 10100001 | 11010100 | 10100 | 11000 | 0 | 10001 | 11111011 | 100101 | 1001001 |
Color Harmonies of #AAA1D4
Complementary color
Monochromatic Colors of #AAA1D4
Black with #AAA1D4
Text Example
Text Example
White with #AAA1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1D4; }
p { color: rgb(170,161,212); }
H1.HeaderClassName
{
color: #AAA1D4;
}
.AnyTagClassName
{
color: #AAA1D4;
}
</style>
background-color css
<style>
a { background-color: #AAA1D4; }
a { background-color: rgb(170,161,212); }
div.DivClassName
{
background-color: #AAA1D4;
}
.BgClassName
{
background-color: #AAA1D4;
}
</style>
border-color css
<style>
span { border-color: #AAA1D4; }
span { border-color: rgb(170,161,212); }
td.TdClassName
{
border-color: #AAA1D4;
}
.TagClassName
{
border-color: #AAA1D4;
}
</style>