Shades of Wistful #A7A8DF
Tints of Wistful #A7A8DF
RGB
CMYK
RGB Variations
Color information
#A7A8DF (or 0xA7A8DF) is known color: Wistful. HEX triplet: A7, A8 and DF. RGB value is (167,168,223). Sum of RGB (Red+Green+Blue) = 167+168+223=558 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.93% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A8DF is #585720. Grayscale: #ADADAD. Windows color (decimal): -5789473 or 14657703. OLE color: 14657703.
HSL color Cylindrical-coordinate representation of color #A7A8DF: hue angle of 238.93º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7A8DF is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 168 | 223 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.13 |
| HSL | 238.93º | 0.47% | 0.76% | - |
| HSV(B) | 238.93º | 0.25% | 0.87% | - |
| XYZ | 43.26 | 41.55 | 75.55 | - |
| YUV | 173.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 168 | 223 | 0.25 | 0.25 | 0 | 0.13 | 238.93 | 0.47 | 0.76 |
| Hex | A7 | A8 | DF | 19 | 19 | 0 | D | EF | 2F | 4C |
| Octal | 247 | 250 | 337 | 31 | 31 | 0 | 15 | 357 | 57 | 114 |
| Binary | 10100111 | 10101000 | 11011111 | 11001 | 11001 | 0 | 1101 | 11101111 | 101111 | 1001100 |
Color Harmonies of #A7A8DF
Complementary color
Monochromatic Colors of #A7A8DF
Black with #A7A8DF
Text Example
Text Example
White with #A7A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A8DF; }
p { color: rgb(167,168,223); }
H1.HeaderClassName
{
color: #A7A8DF;
}
.AnyTagClassName
{
color: #A7A8DF;
}
</style>
background-color css
<style>
a { background-color: #A7A8DF; }
a { background-color: rgb(167,168,223); }
div.DivClassName
{
background-color: #A7A8DF;
}
.BgClassName
{
background-color: #A7A8DF;
}
</style>
border-color css
<style>
span { border-color: #A7A8DF; }
span { border-color: rgb(167,168,223); }
td.TdClassName
{
border-color: #A7A8DF;
}
.TagClassName
{
border-color: #A7A8DF;
}
</style>