Shades of Wistful #A8A1CF
Tints of Wistful #A8A1CF
RGB
CMYK
RGB Variations
Color information
#A8A1CF (or 0xA8A1CF) is known color: Wistful. HEX triplet: A8, A1 and CF. RGB value is (168,161,207). Sum of RGB (Red+Green+Blue) = 168+161+207=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8A1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A1CF is #575E30. Grayscale: #A8A8A8. Windows color (decimal): -5725745 or 13607336. OLE color: 13607336.
HSL color Cylindrical-coordinate representation of color #A8A1CF: hue angle of 249.13º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8A1CF is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 161 | 207 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.19 |
| HSL | 249.13º | 0.32% | 0.72% | - |
| HSV(B) | 249.13º | 0.22% | 0.81% | - |
| XYZ | 40.16 | 38.32 | 64.31 | - |
| YUV | 168.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 207 | 0.19 | 0.22 | 0 | 0.19 | 249.13 | 0.32 | 0.72 |
| Hex | A8 | A1 | CF | 13 | 16 | 0 | 13 | F9 | 20 | 48 |
| Octal | 250 | 241 | 317 | 23 | 26 | 0 | 23 | 371 | 40 | 110 |
| Binary | 10101000 | 10100001 | 11001111 | 10011 | 10110 | 0 | 10011 | 11111001 | 100000 | 1001000 |
Color Harmonies of #A8A1CF
Complementary color
Monochromatic Colors of #A8A1CF
Black with #A8A1CF
Text Example
Text Example
White with #A8A1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A1CF; }
p { color: rgb(168,161,207); }
H1.HeaderClassName
{
color: #A8A1CF;
}
.AnyTagClassName
{
color: #A8A1CF;
}
</style>
background-color css
<style>
a { background-color: #A8A1CF; }
a { background-color: rgb(168,161,207); }
div.DivClassName
{
background-color: #A8A1CF;
}
.BgClassName
{
background-color: #A8A1CF;
}
</style>
border-color css
<style>
span { border-color: #A8A1CF; }
span { border-color: rgb(168,161,207); }
td.TdClassName
{
border-color: #A8A1CF;
}
.TagClassName
{
border-color: #A8A1CF;
}
</style>