Shades of Wistful #A7A9DC
Tints of Wistful #A7A9DC
RGB
CMYK
RGB Variations
Color information
#A7A9DC (or 0xA7A9DC) is known color: Wistful. HEX triplet: A7, A9 and DC. RGB value is (167,169,220). Sum of RGB (Red+Green+Blue) = 167+169+220=556 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.04% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7A9DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A9DC is #585623. Grayscale: #AEAEAE. Windows color (decimal): -5789220 or 14461351. OLE color: 14461351.
HSL color Cylindrical-coordinate representation of color #A7A9DC: hue angle of 237.74º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7A9DC is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 169 | 220 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.14 |
| HSL | 237.74º | 0.43% | 0.76% | - |
| HSV(B) | 237.74º | 0.24% | 0.86% | - |
| XYZ | 43.04 | 41.76 | 73.5 | - |
| YUV | 174.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 220 | 0.24 | 0.23 | 0 | 0.14 | 237.74 | 0.43 | 0.76 |
| Hex | A7 | A9 | DC | 18 | 17 | 0 | E | EE | 2B | 4C |
| Octal | 247 | 251 | 334 | 30 | 27 | 0 | 16 | 356 | 53 | 114 |
| Binary | 10100111 | 10101001 | 11011100 | 11000 | 10111 | 0 | 1110 | 11101110 | 101011 | 1001100 |
Color Harmonies of #A7A9DC
Complementary color
Monochromatic Colors of #A7A9DC
Black with #A7A9DC
Text Example
Text Example
White with #A7A9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A9DC; }
p { color: rgb(167,169,220); }
H1.HeaderClassName
{
color: #A7A9DC;
}
.AnyTagClassName
{
color: #A7A9DC;
}
</style>
background-color css
<style>
a { background-color: #A7A9DC; }
a { background-color: rgb(167,169,220); }
div.DivClassName
{
background-color: #A7A9DC;
}
.BgClassName
{
background-color: #A7A9DC;
}
</style>
border-color css
<style>
span { border-color: #A7A9DC; }
span { border-color: rgb(167,169,220); }
td.TdClassName
{
border-color: #A7A9DC;
}
.TagClassName
{
border-color: #A7A9DC;
}
</style>