Shades of Wistful #AAA4D8
Tints of Wistful #AAA4D8
RGB
CMYK
RGB Variations
Color information
#AAA4D8 (or 0xAAA4D8) is known color: Wistful. HEX triplet: AA, A4 and D8. RGB value is (170,164,216). Sum of RGB (Red+Green+Blue) = 170+164+216=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAA4D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4D8 is #555B27. Grayscale: #ABABAB. Windows color (decimal): -5593896 or 14197930. OLE color: 14197930.
HSL color Cylindrical-coordinate representation of color #AAA4D8: hue angle of 246.92º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAA4D8 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 164 | 216 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.15 |
| HSL | 246.92º | 0.4% | 0.75% | - |
| HSV(B) | 246.92º | 0.24% | 0.85% | - |
| XYZ | 42.25 | 40.05 | 70.47 | - |
| YUV | 171.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 216 | 0.21 | 0.24 | 0 | 0.15 | 246.92 | 0.4 | 0.75 |
| Hex | AA | A4 | D8 | 15 | 18 | 0 | F | F7 | 28 | 4B |
| Octal | 252 | 244 | 330 | 25 | 30 | 0 | 17 | 367 | 50 | 113 |
| Binary | 10101010 | 10100100 | 11011000 | 10101 | 11000 | 0 | 1111 | 11110111 | 101000 | 1001011 |
Color Harmonies of #AAA4D8
Complementary color
Monochromatic Colors of #AAA4D8
Black with #AAA4D8
Text Example
Text Example
White with #AAA4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4D8; }
p { color: rgb(170,164,216); }
H1.HeaderClassName
{
color: #AAA4D8;
}
.AnyTagClassName
{
color: #AAA4D8;
}
</style>
background-color css
<style>
a { background-color: #AAA4D8; }
a { background-color: rgb(170,164,216); }
div.DivClassName
{
background-color: #AAA4D8;
}
.BgClassName
{
background-color: #AAA4D8;
}
</style>
border-color css
<style>
span { border-color: #AAA4D8; }
span { border-color: rgb(170,164,216); }
td.TdClassName
{
border-color: #AAA4D8;
}
.TagClassName
{
border-color: #AAA4D8;
}
</style>