Shades of Wistful #AAA3C9
Tints of Wistful #AAA3C9
RGB
CMYK
RGB Variations
Color information
#AAA3C9 (or 0xAAA3C9) is known color: Wistful. HEX triplet: AA, A3 and C9. RGB value is (170,163,201). Sum of RGB (Red+Green+Blue) = 170+163+201=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAA3C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3C9 is #555C36. Grayscale: #A9A9A9. Windows color (decimal): -5594167 or 13214634. OLE color: 13214634.
HSL color Cylindrical-coordinate representation of color #AAA3C9: hue angle of 251.05º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA3C9 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 163 | 201 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.21 |
| HSL | 251.05º | 0.26% | 0.71% | - |
| HSV(B) | 251.05º | 0.19% | 0.79% | - |
| XYZ | 40.22 | 38.96 | 60.66 | - |
| YUV | 169.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 201 | 0.15 | 0.19 | 0 | 0.21 | 251.05 | 0.26 | 0.71 |
| Hex | AA | A3 | C9 | F | 13 | 0 | 15 | FB | 1A | 47 |
| Octal | 252 | 243 | 311 | 17 | 23 | 0 | 25 | 373 | 32 | 107 |
| Binary | 10101010 | 10100011 | 11001001 | 1111 | 10011 | 0 | 10101 | 11111011 | 11010 | 1000111 |
Color Harmonies of #AAA3C9
Complementary color
Monochromatic Colors of #AAA3C9
Black with #AAA3C9
Text Example
Text Example
White with #AAA3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3C9; }
p { color: rgb(170,163,201); }
H1.HeaderClassName
{
color: #AAA3C9;
}
.AnyTagClassName
{
color: #AAA3C9;
}
</style>
background-color css
<style>
a { background-color: #AAA3C9; }
a { background-color: rgb(170,163,201); }
div.DivClassName
{
background-color: #AAA3C9;
}
.BgClassName
{
background-color: #AAA3C9;
}
</style>
border-color css
<style>
span { border-color: #AAA3C9; }
span { border-color: rgb(170,163,201); }
td.TdClassName
{
border-color: #AAA3C9;
}
.TagClassName
{
border-color: #AAA3C9;
}
</style>