Shades of Wistful #AAA0D3
Tints of Wistful #AAA0D3
RGB
CMYK
RGB Variations
Color information
#AAA0D3 (or 0xAAA0D3) is known color: Wistful. HEX triplet: AA, A0 and D3. RGB value is (170,160,211). Sum of RGB (Red+Green+Blue) = 170+160+211=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 211 - color contains mainly: blue. Hex color #AAA0D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0D3 is #555F2C. Grayscale: #A8A8A8. Windows color (decimal): -5594925 or 13869226. OLE color: 13869226.
HSL color Cylindrical-coordinate representation of color #AAA0D3: hue angle of 251.76º 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 #AAA0D3 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 160 | 211 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.17 |
| HSL | 251.76º | 0.37% | 0.73% | - |
| HSV(B) | 251.76º | 0.24% | 0.83% | - |
| XYZ | 40.91 | 38.39 | 66.88 | - |
| YUV | 168.8 | 151.81 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 211 | 0.19 | 0.24 | 0 | 0.17 | 251.76 | 0.37 | 0.73 |
| Hex | AA | A0 | D3 | 13 | 18 | 0 | 11 | FC | 25 | 49 |
| Octal | 252 | 240 | 323 | 23 | 30 | 0 | 21 | 374 | 45 | 111 |
| Binary | 10101010 | 10100000 | 11010011 | 10011 | 11000 | 0 | 10001 | 11111100 | 100101 | 1001001 |
Color Harmonies of #AAA0D3
Complementary color
Monochromatic Colors of #AAA0D3
Black with #AAA0D3
Text Example
Text Example
White with #AAA0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0D3; }
p { color: rgb(170,160,211); }
H1.HeaderClassName
{
color: #AAA0D3;
}
.AnyTagClassName
{
color: #AAA0D3;
}
</style>
background-color css
<style>
a { background-color: #AAA0D3; }
a { background-color: rgb(170,160,211); }
div.DivClassName
{
background-color: #AAA0D3;
}
.BgClassName
{
background-color: #AAA0D3;
}
</style>
border-color css
<style>
span { border-color: #AAA0D3; }
span { border-color: rgb(170,160,211); }
td.TdClassName
{
border-color: #AAA0D3;
}
.TagClassName
{
border-color: #AAA0D3;
}
</style>