Shades of Wistful #A7A1BD
Tints of Wistful #A7A1BD
RGB
CMYK
RGB Variations
Color information
#A7A1BD (or 0xA7A1BD) is known color: Wistful. HEX triplet: A7, A1 and BD. RGB value is (167,161,189). Sum of RGB (Red+Green+Blue) = 167+161+189=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #A7A1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A1BD is #585E42. Grayscale: #A5A5A5. Windows color (decimal): -5791299 or 12427687. OLE color: 12427687.
HSL color Cylindrical-coordinate representation of color #A7A1BD: hue angle of 252.86º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7A1BD is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 161 | 189 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.26 |
| HSL | 252.86º | 0.18% | 0.69% | - |
| HSV(B) | 252.86º | 0.15% | 0.74% | - |
| XYZ | 37.87 | 37.38 | 53.36 | - |
| YUV | 165.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 161 | 189 | 0.12 | 0.15 | 0 | 0.26 | 252.86 | 0.18 | 0.69 |
| Hex | A7 | A1 | BD | C | F | 0 | 1A | FD | 12 | 45 |
| Octal | 247 | 241 | 275 | 14 | 17 | 0 | 32 | 375 | 22 | 105 |
| Binary | 10100111 | 10100001 | 10111101 | 1100 | 1111 | 0 | 11010 | 11111101 | 10010 | 1000101 |
Color Harmonies of #A7A1BD
Complementary color
Monochromatic Colors of #A7A1BD
Black with #A7A1BD
Text Example
Text Example
White with #A7A1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A1BD; }
p { color: rgb(167,161,189); }
H1.HeaderClassName
{
color: #A7A1BD;
}
.AnyTagClassName
{
color: #A7A1BD;
}
</style>
background-color css
<style>
a { background-color: #A7A1BD; }
a { background-color: rgb(167,161,189); }
div.DivClassName
{
background-color: #A7A1BD;
}
.BgClassName
{
background-color: #A7A1BD;
}
</style>
border-color css
<style>
span { border-color: #A7A1BD; }
span { border-color: rgb(167,161,189); }
td.TdClassName
{
border-color: #A7A1BD;
}
.TagClassName
{
border-color: #A7A1BD;
}
</style>