Shades of Wistful #A6A8D7
Tints of Wistful #A6A8D7
RGB
CMYK
RGB Variations
Color information
#A6A8D7 (or 0xA6A8D7) is known color: Wistful. HEX triplet: A6, A8 and D7. RGB value is (166,168,215). Sum of RGB (Red+Green+Blue) = 166+168+215=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #A6A8D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A8D7 is #595728. Grayscale: #ACACAC. Windows color (decimal): -5855017 or 14133414. OLE color: 14133414.
HSL color Cylindrical-coordinate representation of color #A6A8D7: hue angle of 237.55º 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 #A6A8D7 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 168 | 215 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.16 |
| HSL | 237.55º | 0.38% | 0.75% | - |
| HSV(B) | 237.55º | 0.23% | 0.84% | - |
| XYZ | 41.99 | 41.02 | 69.99 | - |
| YUV | 172.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 215 | 0.23 | 0.22 | 0 | 0.16 | 237.55 | 0.38 | 0.75 |
| Hex | A6 | A8 | D7 | 17 | 16 | 0 | 10 | EE | 26 | 4B |
| Octal | 246 | 250 | 327 | 27 | 26 | 0 | 20 | 356 | 46 | 113 |
| Binary | 10100110 | 10101000 | 11010111 | 10111 | 10110 | 0 | 10000 | 11101110 | 100110 | 1001011 |
Color Harmonies of #A6A8D7
Complementary color
Monochromatic Colors of #A6A8D7
Black with #A6A8D7
Text Example
Text Example
White with #A6A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A8D7; }
p { color: rgb(166,168,215); }
H1.HeaderClassName
{
color: #A6A8D7;
}
.AnyTagClassName
{
color: #A6A8D7;
}
</style>
background-color css
<style>
a { background-color: #A6A8D7; }
a { background-color: rgb(166,168,215); }
div.DivClassName
{
background-color: #A6A8D7;
}
.BgClassName
{
background-color: #A6A8D7;
}
</style>
border-color css
<style>
span { border-color: #A6A8D7; }
span { border-color: rgb(166,168,215); }
td.TdClassName
{
border-color: #A6A8D7;
}
.TagClassName
{
border-color: #A6A8D7;
}
</style>