Shades of Wistful #A9A1CB
Tints of Wistful #A9A1CB
RGB
CMYK
RGB Variations
Color information
#A9A1CB (or 0xA9A1CB) is known color: Wistful. HEX triplet: A9, A1 and CB. RGB value is (169,161,203). Sum of RGB (Red+Green+Blue) = 169+161+203=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9A1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A1CB is #565E34. Grayscale: #A8A8A8. Windows color (decimal): -5660213 or 13345193. OLE color: 13345193.
HSL color Cylindrical-coordinate representation of color #A9A1CB: hue angle of 251.43º 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 #A9A1CB is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 161 | 203 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.20 |
| HSL | 251.43º | 0.29% | 0.71% | - |
| HSV(B) | 251.43º | 0.21% | 0.8% | - |
| XYZ | 39.89 | 38.24 | 61.78 | - |
| YUV | 168.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 161 | 203 | 0.17 | 0.21 | 0 | 0.20 | 251.43 | 0.29 | 0.71 |
| Hex | A9 | A1 | CB | 11 | 15 | 0 | 14 | FB | 1D | 47 |
| Octal | 251 | 241 | 313 | 21 | 25 | 0 | 24 | 373 | 35 | 107 |
| Binary | 10101001 | 10100001 | 11001011 | 10001 | 10101 | 0 | 10100 | 11111011 | 11101 | 1000111 |
Color Harmonies of #A9A1CB
Complementary color
Monochromatic Colors of #A9A1CB
Black with #A9A1CB
Text Example
Text Example
White with #A9A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A1CB; }
p { color: rgb(169,161,203); }
H1.HeaderClassName
{
color: #A9A1CB;
}
.AnyTagClassName
{
color: #A9A1CB;
}
</style>
background-color css
<style>
a { background-color: #A9A1CB; }
a { background-color: rgb(169,161,203); }
div.DivClassName
{
background-color: #A9A1CB;
}
.BgClassName
{
background-color: #A9A1CB;
}
</style>
border-color css
<style>
span { border-color: #A9A1CB; }
span { border-color: rgb(169,161,203); }
td.TdClassName
{
border-color: #A9A1CB;
}
.TagClassName
{
border-color: #A9A1CB;
}
</style>