Shades of Wistful #AAA1D0
Tints of Wistful #AAA1D0
RGB
CMYK
RGB Variations
Color information
#AAA1D0 (or 0xAAA1D0) is known color: Wistful. HEX triplet: AA, A1 and D0. RGB value is (170,161,208). Sum of RGB (Red+Green+Blue) = 170+161+208=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAA1D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1D0 is #555E2F. Grayscale: #A8A8A8. Windows color (decimal): -5594672 or 13672874. OLE color: 13672874.
HSL color Cylindrical-coordinate representation of color #AAA1D0: hue angle of 251.49º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAA1D0 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 161 | 208 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.18 |
| HSL | 251.49º | 0.33% | 0.72% | - |
| HSV(B) | 251.49º | 0.23% | 0.82% | - |
| XYZ | 40.71 | 38.59 | 64.98 | - |
| YUV | 169.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 208 | 0.18 | 0.23 | 0 | 0.18 | 251.49 | 0.33 | 0.72 |
| Hex | AA | A1 | D0 | 12 | 17 | 0 | 12 | FB | 21 | 48 |
| Octal | 252 | 241 | 320 | 22 | 27 | 0 | 22 | 373 | 41 | 110 |
| Binary | 10101010 | 10100001 | 11010000 | 10010 | 10111 | 0 | 10010 | 11111011 | 100001 | 1001000 |
Color Harmonies of #AAA1D0
Complementary color
Monochromatic Colors of #AAA1D0
Black with #AAA1D0
Text Example
Text Example
White with #AAA1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1D0; }
p { color: rgb(170,161,208); }
H1.HeaderClassName
{
color: #AAA1D0;
}
.AnyTagClassName
{
color: #AAA1D0;
}
</style>
background-color css
<style>
a { background-color: #AAA1D0; }
a { background-color: rgb(170,161,208); }
div.DivClassName
{
background-color: #AAA1D0;
}
.BgClassName
{
background-color: #AAA1D0;
}
</style>
border-color css
<style>
span { border-color: #AAA1D0; }
span { border-color: rgb(170,161,208); }
td.TdClassName
{
border-color: #AAA1D0;
}
.TagClassName
{
border-color: #AAA1D0;
}
</style>