Shades of Wistful #A7A9D3
Tints of Wistful #A7A9D3
RGB
CMYK
RGB Variations
Color information
#A7A9D3 (or 0xA7A9D3) is known color: Wistful. HEX triplet: A7, A9 and D3. RGB value is (167,169,211). Sum of RGB (Red+Green+Blue) = 167+169+211=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 211 - color contains mainly: blue. Hex color #A7A9D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A9D3 is #58562C. Grayscale: #ADADAD. Windows color (decimal): -5789229 or 13871527. OLE color: 13871527.
HSL color Cylindrical-coordinate representation of color #A7A9D3: hue angle of 237.27º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7A9D3 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 169 | 211 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.17 |
| HSL | 237.27º | 0.33% | 0.74% | - |
| HSV(B) | 237.27º | 0.21% | 0.83% | - |
| XYZ | 41.88 | 41.29 | 67.39 | - |
| YUV | 173.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 211 | 0.21 | 0.20 | 0 | 0.17 | 237.27 | 0.33 | 0.74 |
| Hex | A7 | A9 | D3 | 15 | 14 | 0 | 11 | ED | 21 | 4A |
| Octal | 247 | 251 | 323 | 25 | 24 | 0 | 21 | 355 | 41 | 112 |
| Binary | 10100111 | 10101001 | 11010011 | 10101 | 10100 | 0 | 10001 | 11101101 | 100001 | 1001010 |
Color Harmonies of #A7A9D3
Complementary color
Monochromatic Colors of #A7A9D3
Black with #A7A9D3
Text Example
Text Example
White with #A7A9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A9D3; }
p { color: rgb(167,169,211); }
H1.HeaderClassName
{
color: #A7A9D3;
}
.AnyTagClassName
{
color: #A7A9D3;
}
</style>
background-color css
<style>
a { background-color: #A7A9D3; }
a { background-color: rgb(167,169,211); }
div.DivClassName
{
background-color: #A7A9D3;
}
.BgClassName
{
background-color: #A7A9D3;
}
</style>
border-color css
<style>
span { border-color: #A7A9D3; }
span { border-color: rgb(167,169,211); }
td.TdClassName
{
border-color: #A7A9D3;
}
.TagClassName
{
border-color: #A7A9D3;
}
</style>