Shades of Wistful #AAA7C8
Tints of Wistful #AAA7C8
RGB
CMYK
RGB Variations
Color information
#AAA7C8 (or 0xAAA7C8) is known color: Wistful. HEX triplet: AA, A7 and C8. RGB value is (170,167,200). Sum of RGB (Red+Green+Blue) = 170+167+200=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 200 - color contains mainly: blue. Hex color #AAA7C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7C8 is #555837. Grayscale: #ABABAB. Windows color (decimal): -5593144 or 13150122. OLE color: 13150122.
HSL color Cylindrical-coordinate representation of color #AAA7C8: hue angle of 245.45º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAA7C8 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 167 | 200 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.22 |
| HSL | 245.45º | 0.23% | 0.72% | - |
| HSV(B) | 245.45º | 0.17% | 0.78% | - |
| XYZ | 40.82 | 40.35 | 60.28 | - |
| YUV | 171.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 200 | 0.15 | 0.16 | 0 | 0.22 | 245.45 | 0.23 | 0.72 |
| Hex | AA | A7 | C8 | F | 10 | 0 | 16 | F5 | 17 | 48 |
| Octal | 252 | 247 | 310 | 17 | 20 | 0 | 26 | 365 | 27 | 110 |
| Binary | 10101010 | 10100111 | 11001000 | 1111 | 10000 | 0 | 10110 | 11110101 | 10111 | 1001000 |
Color Harmonies of #AAA7C8
Complementary color
Monochromatic Colors of #AAA7C8
Black with #AAA7C8
Text Example
Text Example
White with #AAA7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7C8; }
p { color: rgb(170,167,200); }
H1.HeaderClassName
{
color: #AAA7C8;
}
.AnyTagClassName
{
color: #AAA7C8;
}
</style>
background-color css
<style>
a { background-color: #AAA7C8; }
a { background-color: rgb(170,167,200); }
div.DivClassName
{
background-color: #AAA7C8;
}
.BgClassName
{
background-color: #AAA7C8;
}
</style>
border-color css
<style>
span { border-color: #AAA7C8; }
span { border-color: rgb(170,167,200); }
td.TdClassName
{
border-color: #AAA7C8;
}
.TagClassName
{
border-color: #AAA7C8;
}
</style>