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