Shades of Wistful #A8A7D6
Tints of Wistful #A8A7D6
RGB
CMYK
RGB Variations
Color information
#A8A7D6 (or 0xA8A7D6) is known color: Wistful. HEX triplet: A8, A7 and D6. RGB value is (168,167,214). Sum of RGB (Red+Green+Blue) = 168+167+214=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #A8A7D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A7D6 is #575829. Grayscale: #ACACAC. Windows color (decimal): -5724202 or 14067624. OLE color: 14067624.
HSL color Cylindrical-coordinate representation of color #A8A7D6: hue angle of 241.28º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8A7D6 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 167 | 214 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.16 |
| HSL | 241.28º | 0.36% | 0.75% | - |
| HSV(B) | 241.28º | 0.22% | 0.84% | - |
| XYZ | 42.1 | 40.82 | 69.28 | - |
| YUV | 172.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 214 | 0.21 | 0.22 | 0 | 0.16 | 241.28 | 0.36 | 0.75 |
| Hex | A8 | A7 | D6 | 15 | 16 | 0 | 10 | F1 | 24 | 4B |
| Octal | 250 | 247 | 326 | 25 | 26 | 0 | 20 | 361 | 44 | 113 |
| Binary | 10101000 | 10100111 | 11010110 | 10101 | 10110 | 0 | 10000 | 11110001 | 100100 | 1001011 |
Color Harmonies of #A8A7D6
Complementary color
Monochromatic Colors of #A8A7D6
Black with #A8A7D6
Text Example
Text Example
White with #A8A7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A7D6; }
p { color: rgb(168,167,214); }
H1.HeaderClassName
{
color: #A8A7D6;
}
.AnyTagClassName
{
color: #A8A7D6;
}
</style>
background-color css
<style>
a { background-color: #A8A7D6; }
a { background-color: rgb(168,167,214); }
div.DivClassName
{
background-color: #A8A7D6;
}
.BgClassName
{
background-color: #A8A7D6;
}
</style>
border-color css
<style>
span { border-color: #A8A7D6; }
span { border-color: rgb(168,167,214); }
td.TdClassName
{
border-color: #A8A7D6;
}
.TagClassName
{
border-color: #A8A7D6;
}
</style>