Shades of Wistful #A9A4D6
Tints of Wistful #A9A4D6
RGB
CMYK
RGB Variations
Color information
#A9A4D6 (or 0xA9A4D6) is known color: Wistful. HEX triplet: A9, A4 and D6. RGB value is (169,164,214). Sum of RGB (Red+Green+Blue) = 169+164+214=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 214 - color contains mainly: blue. Hex color #A9A4D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A4D6 is #565B29. Grayscale: #AAAAAA. Windows color (decimal): -5659434 or 14066857. OLE color: 14066857.
HSL color Cylindrical-coordinate representation of color #A9A4D6: hue angle of 246º 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 #A9A4D6 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 164 | 214 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.16 |
| HSL | 246º | 0.38% | 0.74% | - |
| HSV(B) | 246º | 0.23% | 0.84% | - |
| XYZ | 41.78 | 39.84 | 69.11 | - |
| YUV | 171.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 164 | 214 | 0.21 | 0.23 | 0 | 0.16 | 246 | 0.38 | 0.74 |
| Hex | A9 | A4 | D6 | 15 | 17 | 0 | 10 | F6 | 26 | 4A |
| Octal | 251 | 244 | 326 | 25 | 27 | 0 | 20 | 366 | 46 | 112 |
| Binary | 10101001 | 10100100 | 11010110 | 10101 | 10111 | 0 | 10000 | 11110110 | 100110 | 1001010 |
Color Harmonies of #A9A4D6
Complementary color
Monochromatic Colors of #A9A4D6
Black with #A9A4D6
Text Example
Text Example
White with #A9A4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A4D6; }
p { color: rgb(169,164,214); }
H1.HeaderClassName
{
color: #A9A4D6;
}
.AnyTagClassName
{
color: #A9A4D6;
}
</style>
background-color css
<style>
a { background-color: #A9A4D6; }
a { background-color: rgb(169,164,214); }
div.DivClassName
{
background-color: #A9A4D6;
}
.BgClassName
{
background-color: #A9A4D6;
}
</style>
border-color css
<style>
span { border-color: #A9A4D6; }
span { border-color: rgb(169,164,214); }
td.TdClassName
{
border-color: #A9A4D6;
}
.TagClassName
{
border-color: #A9A4D6;
}
</style>