Shades of Wistful #AAA4D6
Tints of Wistful #AAA4D6
RGB
CMYK
RGB Variations
Color information
#AAA4D6 (or 0xAAA4D6) is known color: Wistful. HEX triplet: AA, A4 and D6. RGB value is (170,164,214). Sum of RGB (Red+Green+Blue) = 170+164+214=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 214 - color contains mainly: blue. Hex color #AAA4D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4D6 is #555B29. Grayscale: #ABABAB. Windows color (decimal): -5593898 or 14066858. OLE color: 14066858.
HSL color Cylindrical-coordinate representation of color #AAA4D6: hue angle of 247.2º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAA4D6 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 164 | 214 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.16 |
| HSL | 247.2º | 0.38% | 0.74% | - |
| HSV(B) | 247.2º | 0.23% | 0.84% | - |
| XYZ | 41.99 | 39.95 | 69.12 | - |
| YUV | 171.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 214 | 0.21 | 0.23 | 0 | 0.16 | 247.2 | 0.38 | 0.74 |
| Hex | AA | A4 | D6 | 15 | 17 | 0 | 10 | F7 | 26 | 4A |
| Octal | 252 | 244 | 326 | 25 | 27 | 0 | 20 | 367 | 46 | 112 |
| Binary | 10101010 | 10100100 | 11010110 | 10101 | 10111 | 0 | 10000 | 11110111 | 100110 | 1001010 |
Color Harmonies of #AAA4D6
Complementary color
Monochromatic Colors of #AAA4D6
Black with #AAA4D6
Text Example
Text Example
White with #AAA4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4D6; }
p { color: rgb(170,164,214); }
H1.HeaderClassName
{
color: #AAA4D6;
}
.AnyTagClassName
{
color: #AAA4D6;
}
</style>
background-color css
<style>
a { background-color: #AAA4D6; }
a { background-color: rgb(170,164,214); }
div.DivClassName
{
background-color: #AAA4D6;
}
.BgClassName
{
background-color: #AAA4D6;
}
</style>
border-color css
<style>
span { border-color: #AAA4D6; }
span { border-color: rgb(170,164,214); }
td.TdClassName
{
border-color: #AAA4D6;
}
.TagClassName
{
border-color: #AAA4D6;
}
</style>