Shades of Wistful #A7A8C6
Tints of Wistful #A7A8C6
RGB
CMYK
RGB Variations
Color information
#A7A8C6 (or 0xA7A8C6) is known color: Wistful. HEX triplet: A7, A8 and C6. RGB value is (167,168,198). Sum of RGB (Red+Green+Blue) = 167+168+198=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 198 - color contains mainly: blue. Hex color #A7A8C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A8C6 is #585739. Grayscale: #ABABAB. Windows color (decimal): -5789498 or 13019303. OLE color: 13019303.
HSL color Cylindrical-coordinate representation of color #A7A8C6: hue angle of 238.06º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7A8C6 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 168 | 198 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.22 |
| HSL | 238.06º | 0.21% | 0.72% | - |
| HSV(B) | 238.06º | 0.16% | 0.78% | - |
| XYZ | 40.13 | 40.3 | 59.09 | - |
| YUV | 171.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 168 | 198 | 0.16 | 0.15 | 0 | 0.22 | 238.06 | 0.21 | 0.72 |
| Hex | A7 | A8 | C6 | 10 | F | 0 | 16 | EE | 15 | 48 |
| Octal | 247 | 250 | 306 | 20 | 17 | 0 | 26 | 356 | 25 | 110 |
| Binary | 10100111 | 10101000 | 11000110 | 10000 | 1111 | 0 | 10110 | 11101110 | 10101 | 1001000 |
Color Harmonies of #A7A8C6
Complementary color
Monochromatic Colors of #A7A8C6
Black with #A7A8C6
Text Example
Text Example
White with #A7A8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A8C6; }
p { color: rgb(167,168,198); }
H1.HeaderClassName
{
color: #A7A8C6;
}
.AnyTagClassName
{
color: #A7A8C6;
}
</style>
background-color css
<style>
a { background-color: #A7A8C6; }
a { background-color: rgb(167,168,198); }
div.DivClassName
{
background-color: #A7A8C6;
}
.BgClassName
{
background-color: #A7A8C6;
}
</style>
border-color css
<style>
span { border-color: #A7A8C6; }
span { border-color: rgb(167,168,198); }
td.TdClassName
{
border-color: #A7A8C6;
}
.TagClassName
{
border-color: #A7A8C6;
}
</style>