Shades of Wistful #AAA4C5
Tints of Wistful #AAA4C5
RGB
CMYK
RGB Variations
Color information
#AAA4C5 (or 0xAAA4C5) is known color: Wistful. HEX triplet: AA, A4 and C5. RGB value is (170,164,197). Sum of RGB (Red+Green+Blue) = 170+164+197=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 197 - color contains mainly: blue. Hex color #AAA4C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4C5 is #555B3A. Grayscale: #A9A9A9. Windows color (decimal): -5593915 or 12952746. OLE color: 12952746.
HSL color Cylindrical-coordinate representation of color #AAA4C5: hue angle of 250.91º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAA4C5 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 164 | 197 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.23 |
| HSL | 250.91º | 0.22% | 0.71% | - |
| HSV(B) | 250.91º | 0.17% | 0.77% | - |
| XYZ | 39.93 | 39.13 | 58.27 | - |
| YUV | 169.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 197 | 0.14 | 0.17 | 0 | 0.23 | 250.91 | 0.22 | 0.71 |
| Hex | AA | A4 | C5 | E | 11 | 0 | 17 | FB | 16 | 47 |
| Octal | 252 | 244 | 305 | 16 | 21 | 0 | 27 | 373 | 26 | 107 |
| Binary | 10101010 | 10100100 | 11000101 | 1110 | 10001 | 0 | 10111 | 11111011 | 10110 | 1000111 |
Color Harmonies of #AAA4C5
Complementary color
Monochromatic Colors of #AAA4C5
Black with #AAA4C5
Text Example
Text Example
White with #AAA4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4C5; }
p { color: rgb(170,164,197); }
H1.HeaderClassName
{
color: #AAA4C5;
}
.AnyTagClassName
{
color: #AAA4C5;
}
</style>
background-color css
<style>
a { background-color: #AAA4C5; }
a { background-color: rgb(170,164,197); }
div.DivClassName
{
background-color: #AAA4C5;
}
.BgClassName
{
background-color: #AAA4C5;
}
</style>
border-color css
<style>
span { border-color: #AAA4C5; }
span { border-color: rgb(170,164,197); }
td.TdClassName
{
border-color: #AAA4C5;
}
.TagClassName
{
border-color: #AAA4C5;
}
</style>