Shades of Wistful #A7A1CB
Tints of Wistful #A7A1CB
RGB
CMYK
RGB Variations
Color information
#A7A1CB (or 0xA7A1CB) is known color: Wistful. HEX triplet: A7, A1 and CB. RGB value is (167,161,203). Sum of RGB (Red+Green+Blue) = 167+161+203=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #A7A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A1CB is #585E34. Grayscale: #A7A7A7. Windows color (decimal): -5791285 or 13345191. OLE color: 13345191.
HSL color Cylindrical-coordinate representation of color #A7A1CB: hue angle of 248.57º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7A1CB is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 161 | 203 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.20 |
| HSL | 248.57º | 0.29% | 0.71% | - |
| HSV(B) | 248.57º | 0.21% | 0.8% | - |
| XYZ | 39.46 | 38.02 | 61.76 | - |
| YUV | 167.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 161 | 203 | 0.18 | 0.21 | 0 | 0.20 | 248.57 | 0.29 | 0.71 |
| Hex | A7 | A1 | CB | 12 | 15 | 0 | 14 | F9 | 1D | 47 |
| Octal | 247 | 241 | 313 | 22 | 25 | 0 | 24 | 371 | 35 | 107 |
| Binary | 10100111 | 10100001 | 11001011 | 10010 | 10101 | 0 | 10100 | 11111001 | 11101 | 1000111 |
Color Harmonies of #A7A1CB
Complementary color
Monochromatic Colors of #A7A1CB
Black with #A7A1CB
Text Example
Text Example
White with #A7A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A1CB; }
p { color: rgb(167,161,203); }
H1.HeaderClassName
{
color: #A7A1CB;
}
.AnyTagClassName
{
color: #A7A1CB;
}
</style>
background-color css
<style>
a { background-color: #A7A1CB; }
a { background-color: rgb(167,161,203); }
div.DivClassName
{
background-color: #A7A1CB;
}
.BgClassName
{
background-color: #A7A1CB;
}
</style>
border-color css
<style>
span { border-color: #A7A1CB; }
span { border-color: rgb(167,161,203); }
td.TdClassName
{
border-color: #A7A1CB;
}
.TagClassName
{
border-color: #A7A1CB;
}
</style>