Shades of Wistful #AAA4C9
Tints of Wistful #AAA4C9
RGB
CMYK
RGB Variations
Color information
#AAA4C9 (or 0xAAA4C9) is known color: Wistful. HEX triplet: AA, A4 and C9. RGB value is (170,164,201). Sum of RGB (Red+Green+Blue) = 170+164+201=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAA4C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4C9 is #555B36. Grayscale: #A9A9A9. Windows color (decimal): -5593911 or 13214890. OLE color: 13214890.
HSL color Cylindrical-coordinate representation of color #AAA4C9: hue angle of 249.73º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAA4C9 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 164 | 201 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.21 |
| HSL | 249.73º | 0.26% | 0.72% | - |
| HSV(B) | 249.73º | 0.18% | 0.79% | - |
| XYZ | 40.4 | 39.31 | 60.72 | - |
| YUV | 170.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 201 | 0.15 | 0.18 | 0 | 0.21 | 249.73 | 0.26 | 0.72 |
| Hex | AA | A4 | C9 | F | 12 | 0 | 15 | FA | 1A | 48 |
| Octal | 252 | 244 | 311 | 17 | 22 | 0 | 25 | 372 | 32 | 110 |
| Binary | 10101010 | 10100100 | 11001001 | 1111 | 10010 | 0 | 10101 | 11111010 | 11010 | 1001000 |
Color Harmonies of #AAA4C9
Complementary color
Monochromatic Colors of #AAA4C9
Black with #AAA4C9
Text Example
Text Example
White with #AAA4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4C9; }
p { color: rgb(170,164,201); }
H1.HeaderClassName
{
color: #AAA4C9;
}
.AnyTagClassName
{
color: #AAA4C9;
}
</style>
background-color css
<style>
a { background-color: #AAA4C9; }
a { background-color: rgb(170,164,201); }
div.DivClassName
{
background-color: #AAA4C9;
}
.BgClassName
{
background-color: #AAA4C9;
}
</style>
border-color css
<style>
span { border-color: #AAA4C9; }
span { border-color: rgb(170,164,201); }
td.TdClassName
{
border-color: #AAA4C9;
}
.TagClassName
{
border-color: #AAA4C9;
}
</style>