Shades of Wistful #A9A8CF
Tints of Wistful #A9A8CF
RGB
CMYK
RGB Variations
Color information
#A9A8CF (or 0xA9A8CF) is known color: Wistful. HEX triplet: A9, A8 and CF. RGB value is (169,168,207). Sum of RGB (Red+Green+Blue) = 169+168+207=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A8CF is #565730. Grayscale: #ACACAC. Windows color (decimal): -5658417 or 13609129. OLE color: 13609129.
HSL color Cylindrical-coordinate representation of color #A9A8CF: hue angle of 241.54º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9A8CF is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 168 | 207 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.19 |
| HSL | 241.54º | 0.29% | 0.74% | - |
| HSV(B) | 241.54º | 0.19% | 0.81% | - |
| XYZ | 41.63 | 40.95 | 64.74 | - |
| YUV | 172.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 207 | 0.18 | 0.19 | 0 | 0.19 | 241.54 | 0.29 | 0.74 |
| Hex | A9 | A8 | CF | 12 | 13 | 0 | 13 | F2 | 1D | 4A |
| Octal | 251 | 250 | 317 | 22 | 23 | 0 | 23 | 362 | 35 | 112 |
| Binary | 10101001 | 10101000 | 11001111 | 10010 | 10011 | 0 | 10011 | 11110010 | 11101 | 1001010 |
Color Harmonies of #A9A8CF
Complementary color
Monochromatic Colors of #A9A8CF
Black with #A9A8CF
Text Example
Text Example
White with #A9A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A8CF; }
p { color: rgb(169,168,207); }
H1.HeaderClassName
{
color: #A9A8CF;
}
.AnyTagClassName
{
color: #A9A8CF;
}
</style>
background-color css
<style>
a { background-color: #A9A8CF; }
a { background-color: rgb(169,168,207); }
div.DivClassName
{
background-color: #A9A8CF;
}
.BgClassName
{
background-color: #A9A8CF;
}
</style>
border-color css
<style>
span { border-color: #A9A8CF; }
span { border-color: rgb(169,168,207); }
td.TdClassName
{
border-color: #A9A8CF;
}
.TagClassName
{
border-color: #A9A8CF;
}
</style>