Shades of Wistful #A6A9D7
Tints of Wistful #A6A9D7
RGB
CMYK
RGB Variations
Color information
#A6A9D7 (or 0xA6A9D7) is known color: Wistful. HEX triplet: A6, A9 and D7. RGB value is (166,169,215). Sum of RGB (Red+Green+Blue) = 166+169+215=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #A6A9D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A9D7 is #595628. Grayscale: #ADADAD. Windows color (decimal): -5854761 or 14133670. OLE color: 14133670.
HSL color Cylindrical-coordinate representation of color #A6A9D7: hue angle of 236.33º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6A9D7 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 169 | 215 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.16 |
| HSL | 236.33º | 0.38% | 0.75% | - |
| HSV(B) | 236.33º | 0.23% | 0.84% | - |
| XYZ | 42.18 | 41.39 | 70.06 | - |
| YUV | 173.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 169 | 215 | 0.23 | 0.21 | 0 | 0.16 | 236.33 | 0.38 | 0.75 |
| Hex | A6 | A9 | D7 | 17 | 15 | 0 | 10 | EC | 26 | 4B |
| Octal | 246 | 251 | 327 | 27 | 25 | 0 | 20 | 354 | 46 | 113 |
| Binary | 10100110 | 10101001 | 11010111 | 10111 | 10101 | 0 | 10000 | 11101100 | 100110 | 1001011 |
Color Harmonies of #A6A9D7
Complementary color
Monochromatic Colors of #A6A9D7
Black with #A6A9D7
Text Example
Text Example
White with #A6A9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A9D7; }
p { color: rgb(166,169,215); }
H1.HeaderClassName
{
color: #A6A9D7;
}
.AnyTagClassName
{
color: #A6A9D7;
}
</style>
background-color css
<style>
a { background-color: #A6A9D7; }
a { background-color: rgb(166,169,215); }
div.DivClassName
{
background-color: #A6A9D7;
}
.BgClassName
{
background-color: #A6A9D7;
}
</style>
border-color css
<style>
span { border-color: #A6A9D7; }
span { border-color: rgb(166,169,215); }
td.TdClassName
{
border-color: #A6A9D7;
}
.TagClassName
{
border-color: #A6A9D7;
}
</style>