Shades of Wistful #AAA7D3
Tints of Wistful #AAA7D3
RGB
CMYK
RGB Variations
Color information
#AAA7D3 (or 0xAAA7D3) is known color: Wistful. HEX triplet: AA, A7 and D3. RGB value is (170,167,211). Sum of RGB (Red+Green+Blue) = 170+167+211=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 211 - color contains mainly: blue. Hex color #AAA7D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7D3 is #55582C. Grayscale: #ACACAC. Windows color (decimal): -5593133 or 13871018. OLE color: 13871018.
HSL color Cylindrical-coordinate representation of color #AAA7D3: hue angle of 244.09º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAA7D3 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 167 | 211 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.17 |
| HSL | 244.09º | 0.33% | 0.74% | - |
| HSV(B) | 244.09º | 0.21% | 0.83% | - |
| XYZ | 42.15 | 40.89 | 67.3 | - |
| YUV | 172.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 211 | 0.19 | 0.21 | 0 | 0.17 | 244.09 | 0.33 | 0.74 |
| Hex | AA | A7 | D3 | 13 | 15 | 0 | 11 | F4 | 21 | 4A |
| Octal | 252 | 247 | 323 | 23 | 25 | 0 | 21 | 364 | 41 | 112 |
| Binary | 10101010 | 10100111 | 11010011 | 10011 | 10101 | 0 | 10001 | 11110100 | 100001 | 1001010 |
Color Harmonies of #AAA7D3
Complementary color
Monochromatic Colors of #AAA7D3
Black with #AAA7D3
Text Example
Text Example
White with #AAA7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7D3; }
p { color: rgb(170,167,211); }
H1.HeaderClassName
{
color: #AAA7D3;
}
.AnyTagClassName
{
color: #AAA7D3;
}
</style>
background-color css
<style>
a { background-color: #AAA7D3; }
a { background-color: rgb(170,167,211); }
div.DivClassName
{
background-color: #AAA7D3;
}
.BgClassName
{
background-color: #AAA7D3;
}
</style>
border-color css
<style>
span { border-color: #AAA7D3; }
span { border-color: rgb(170,167,211); }
td.TdClassName
{
border-color: #AAA7D3;
}
.TagClassName
{
border-color: #AAA7D3;
}
</style>