Shades of Wistful #A9A1D6
Tints of Wistful #A9A1D6
RGB
CMYK
RGB Variations
Color information
#A9A1D6 (or 0xA9A1D6) is known color: Wistful. HEX triplet: A9, A1 and D6. RGB value is (169,161,214). Sum of RGB (Red+Green+Blue) = 169+161+214=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 214 - color contains mainly: blue. Hex color #A9A1D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A1D6 is #565E29. Grayscale: #A9A9A9. Windows color (decimal): -5660202 or 14066089. OLE color: 14066089.
HSL color Cylindrical-coordinate representation of color #A9A1D6: hue angle of 249.06º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9A1D6 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 161 | 214 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.16 |
| HSL | 249.06º | 0.39% | 0.74% | - |
| HSV(B) | 249.06º | 0.25% | 0.84% | - |
| XYZ | 41.24 | 38.78 | 68.93 | - |
| YUV | 169.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 161 | 214 | 0.21 | 0.25 | 0 | 0.16 | 249.06 | 0.39 | 0.74 |
| Hex | A9 | A1 | D6 | 15 | 19 | 0 | 10 | F9 | 27 | 4A |
| Octal | 251 | 241 | 326 | 25 | 31 | 0 | 20 | 371 | 47 | 112 |
| Binary | 10101001 | 10100001 | 11010110 | 10101 | 11001 | 0 | 10000 | 11111001 | 100111 | 1001010 |
Color Harmonies of #A9A1D6
Complementary color
Monochromatic Colors of #A9A1D6
Black with #A9A1D6
Text Example
Text Example
White with #A9A1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A1D6; }
p { color: rgb(169,161,214); }
H1.HeaderClassName
{
color: #A9A1D6;
}
.AnyTagClassName
{
color: #A9A1D6;
}
</style>
background-color css
<style>
a { background-color: #A9A1D6; }
a { background-color: rgb(169,161,214); }
div.DivClassName
{
background-color: #A9A1D6;
}
.BgClassName
{
background-color: #A9A1D6;
}
</style>
border-color css
<style>
span { border-color: #A9A1D6; }
span { border-color: rgb(169,161,214); }
td.TdClassName
{
border-color: #A9A1D6;
}
.TagClassName
{
border-color: #A9A1D6;
}
</style>