Shades of Wistful #AAA5C3
Tints of Wistful #AAA5C3
RGB
CMYK
RGB Variations
Color information
#AAA5C3 (or 0xAAA5C3) is known color: Wistful. HEX triplet: AA, A5 and C3. RGB value is (170,165,195). Sum of RGB (Red+Green+Blue) = 170+165+195=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 195 - color contains mainly: blue. Hex color #AAA5C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5C3 is #555A3C. Grayscale: #A9A9A9. Windows color (decimal): -5593661 or 12821930. OLE color: 12821930.
HSL color Cylindrical-coordinate representation of color #AAA5C3: hue angle of 250º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAA5C3 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 165 | 195 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.24 |
| HSL | 250º | 0.2% | 0.71% | - |
| HSV(B) | 250º | 0.15% | 0.76% | - |
| XYZ | 39.88 | 39.4 | 57.13 | - |
| YUV | 169.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 195 | 0.13 | 0.15 | 0 | 0.24 | 250 | 0.2 | 0.71 |
| Hex | AA | A5 | C3 | D | F | 0 | 18 | FA | 14 | 47 |
| Octal | 252 | 245 | 303 | 15 | 17 | 0 | 30 | 372 | 24 | 107 |
| Binary | 10101010 | 10100101 | 11000011 | 1101 | 1111 | 0 | 11000 | 11111010 | 10100 | 1000111 |
Color Harmonies of #AAA5C3
Complementary color
Monochromatic Colors of #AAA5C3
Black with #AAA5C3
Text Example
Text Example
White with #AAA5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA5C3; }
p { color: rgb(170,165,195); }
H1.HeaderClassName
{
color: #AAA5C3;
}
.AnyTagClassName
{
color: #AAA5C3;
}
</style>
background-color css
<style>
a { background-color: #AAA5C3; }
a { background-color: rgb(170,165,195); }
div.DivClassName
{
background-color: #AAA5C3;
}
.BgClassName
{
background-color: #AAA5C3;
}
</style>
border-color css
<style>
span { border-color: #AAA5C3; }
span { border-color: rgb(170,165,195); }
td.TdClassName
{
border-color: #AAA5C3;
}
.TagClassName
{
border-color: #AAA5C3;
}
</style>