Shades of Wistful #AAA2C3
Tints of Wistful #AAA2C3
RGB
CMYK
RGB Variations
Color information
#AAA2C3 (or 0xAAA2C3) is known color: Wistful. HEX triplet: AA, A2 and C3. RGB value is (170,162,195). Sum of RGB (Red+Green+Blue) = 170+162+195=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 195 - color contains mainly: blue. Hex color #AAA2C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2C3 is #555D3C. Grayscale: #A8A8A8. Windows color (decimal): -5594429 or 12821162. OLE color: 12821162.
HSL color Cylindrical-coordinate representation of color #AAA2C3: hue angle of 254.55º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAA2C3 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 162 | 195 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.24 |
| HSL | 254.55º | 0.22% | 0.7% | - |
| HSV(B) | 254.55º | 0.17% | 0.76% | - |
| XYZ | 39.35 | 38.33 | 56.95 | - |
| YUV | 168.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 195 | 0.13 | 0.17 | 0 | 0.24 | 254.55 | 0.22 | 0.7 |
| Hex | AA | A2 | C3 | D | 11 | 0 | 18 | FF | 16 | 46 |
| Octal | 252 | 242 | 303 | 15 | 21 | 0 | 30 | 377 | 26 | 106 |
| Binary | 10101010 | 10100010 | 11000011 | 1101 | 10001 | 0 | 11000 | 11111111 | 10110 | 1000110 |
Color Harmonies of #AAA2C3
Complementary color
Monochromatic Colors of #AAA2C3
Black with #AAA2C3
Text Example
Text Example
White with #AAA2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2C3; }
p { color: rgb(170,162,195); }
H1.HeaderClassName
{
color: #AAA2C3;
}
.AnyTagClassName
{
color: #AAA2C3;
}
</style>
background-color css
<style>
a { background-color: #AAA2C3; }
a { background-color: rgb(170,162,195); }
div.DivClassName
{
background-color: #AAA2C3;
}
.BgClassName
{
background-color: #AAA2C3;
}
</style>
border-color css
<style>
span { border-color: #AAA2C3; }
span { border-color: rgb(170,162,195); }
td.TdClassName
{
border-color: #AAA2C3;
}
.TagClassName
{
border-color: #AAA2C3;
}
</style>