Shades of Wistful #AAA9C3
Tints of Wistful #AAA9C3
RGB
CMYK
RGB Variations
Color information
#AAA9C3 (or 0xAAA9C3) is known color: Wistful. HEX triplet: AA, A9 and C3. RGB value is (170,169,195). Sum of RGB (Red+Green+Blue) = 170+169+195=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 195 - color contains mainly: blue. Hex color #AAA9C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9C3 is #55563C. Grayscale: #ACACAC. Windows color (decimal): -5592637 or 12822954. OLE color: 12822954.
HSL color Cylindrical-coordinate representation of color #AAA9C3: hue angle of 242.31º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAA9C3 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 169 | 195 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.24 |
| HSL | 242.31º | 0.18% | 0.71% | - |
| HSV(B) | 242.31º | 0.13% | 0.76% | - |
| XYZ | 40.62 | 40.86 | 57.38 | - |
| YUV | 172.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 195 | 0.13 | 0.13 | 0 | 0.24 | 242.31 | 0.18 | 0.71 |
| Hex | AA | A9 | C3 | D | D | 0 | 18 | F2 | 12 | 47 |
| Octal | 252 | 251 | 303 | 15 | 15 | 0 | 30 | 362 | 22 | 107 |
| Binary | 10101010 | 10101001 | 11000011 | 1101 | 1101 | 0 | 11000 | 11110010 | 10010 | 1000111 |
Color Harmonies of #AAA9C3
Complementary color
Monochromatic Colors of #AAA9C3
Black with #AAA9C3
Text Example
Text Example
White with #AAA9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9C3; }
p { color: rgb(170,169,195); }
H1.HeaderClassName
{
color: #AAA9C3;
}
.AnyTagClassName
{
color: #AAA9C3;
}
</style>
background-color css
<style>
a { background-color: #AAA9C3; }
a { background-color: rgb(170,169,195); }
div.DivClassName
{
background-color: #AAA9C3;
}
.BgClassName
{
background-color: #AAA9C3;
}
</style>
border-color css
<style>
span { border-color: #AAA9C3; }
span { border-color: rgb(170,169,195); }
td.TdClassName
{
border-color: #AAA9C3;
}
.TagClassName
{
border-color: #AAA9C3;
}
</style>