Shades of Wistful #A7A9CF
Tints of Wistful #A7A9CF
RGB
CMYK
RGB Variations
Color information
#A7A9CF (or 0xA7A9CF) is known color: Wistful. HEX triplet: A7, A9 and CF. RGB value is (167,169,207). Sum of RGB (Red+Green+Blue) = 167+169+207=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #A7A9CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A9CF is #585630. Grayscale: #ACACAC. Windows color (decimal): -5789233 or 13609383. OLE color: 13609383.
HSL color Cylindrical-coordinate representation of color #A7A9CF: hue angle of 237º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7A9CF is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 169 | 207 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.19 |
| HSL | 237º | 0.29% | 0.73% | - |
| HSV(B) | 237º | 0.19% | 0.81% | - |
| XYZ | 41.39 | 41.1 | 64.78 | - |
| YUV | 172.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 207 | 0.19 | 0.18 | 0 | 0.19 | 237 | 0.29 | 0.73 |
| Hex | A7 | A9 | CF | 13 | 12 | 0 | 13 | ED | 1D | 49 |
| Octal | 247 | 251 | 317 | 23 | 22 | 0 | 23 | 355 | 35 | 111 |
| Binary | 10100111 | 10101001 | 11001111 | 10011 | 10010 | 0 | 10011 | 11101101 | 11101 | 1001001 |
Color Harmonies of #A7A9CF
Complementary color
Monochromatic Colors of #A7A9CF
Black with #A7A9CF
Text Example
Text Example
White with #A7A9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A9CF; }
p { color: rgb(167,169,207); }
H1.HeaderClassName
{
color: #A7A9CF;
}
.AnyTagClassName
{
color: #A7A9CF;
}
</style>
background-color css
<style>
a { background-color: #A7A9CF; }
a { background-color: rgb(167,169,207); }
div.DivClassName
{
background-color: #A7A9CF;
}
.BgClassName
{
background-color: #A7A9CF;
}
</style>
border-color css
<style>
span { border-color: #A7A9CF; }
span { border-color: rgb(167,169,207); }
td.TdClassName
{
border-color: #A7A9CF;
}
.TagClassName
{
border-color: #A7A9CF;
}
</style>