Shades of Wistful #A7A6C2
Tints of Wistful #A7A6C2
RGB
CMYK
RGB Variations
Color information
#A7A6C2 (or 0xA7A6C2) is known color: Wistful. HEX triplet: A7, A6 and C2. RGB value is (167,166,194). Sum of RGB (Red+Green+Blue) = 167+166+194=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 194 - color contains mainly: blue. Hex color #A7A6C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A6C2 is #58593D. Grayscale: #A9A9A9. Windows color (decimal): -5790014 or 12756647. OLE color: 12756647.
HSL color Cylindrical-coordinate representation of color #A7A6C2: hue angle of 242.14º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7A6C2 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 166 | 194 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.24 |
| HSL | 242.14º | 0.19% | 0.71% | - |
| HSV(B) | 242.14º | 0.14% | 0.76% | - |
| XYZ | 39.31 | 39.38 | 56.57 | - |
| YUV | 169.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 166 | 194 | 0.14 | 0.14 | 0 | 0.24 | 242.14 | 0.19 | 0.71 |
| Hex | A7 | A6 | C2 | E | E | 0 | 18 | F2 | 13 | 47 |
| Octal | 247 | 246 | 302 | 16 | 16 | 0 | 30 | 362 | 23 | 107 |
| Binary | 10100111 | 10100110 | 11000010 | 1110 | 1110 | 0 | 11000 | 11110010 | 10011 | 1000111 |
Color Harmonies of #A7A6C2
Complementary color
Monochromatic Colors of #A7A6C2
Black with #A7A6C2
Text Example
Text Example
White with #A7A6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A6C2; }
p { color: rgb(167,166,194); }
H1.HeaderClassName
{
color: #A7A6C2;
}
.AnyTagClassName
{
color: #A7A6C2;
}
</style>
background-color css
<style>
a { background-color: #A7A6C2; }
a { background-color: rgb(167,166,194); }
div.DivClassName
{
background-color: #A7A6C2;
}
.BgClassName
{
background-color: #A7A6C2;
}
</style>
border-color css
<style>
span { border-color: #A7A6C2; }
span { border-color: rgb(167,166,194); }
td.TdClassName
{
border-color: #A7A6C2;
}
.TagClassName
{
border-color: #A7A6C2;
}
</style>