Shades of Wistful #A8A9CF
Tints of Wistful #A8A9CF
RGB
CMYK
RGB Variations
Color information
#A8A9CF (or 0xA8A9CF) is known color: Wistful. HEX triplet: A8, A9 and CF. RGB value is (168,169,207). Sum of RGB (Red+Green+Blue) = 168+169+207=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 169 (66.41% from 255 or 31.07% 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 #A8A9CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A9CF is #575630. Grayscale: #ACACAC. Windows color (decimal): -5723697 or 13609384. OLE color: 13609384.
HSL color Cylindrical-coordinate representation of color #A8A9CF: hue angle of 238.46º 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 #A8A9CF is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 169 | 207 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.19 |
| HSL | 238.46º | 0.29% | 0.74% | - |
| HSV(B) | 238.46º | 0.19% | 0.81% | - |
| XYZ | 41.6 | 41.21 | 64.79 | - |
| YUV | 173.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 207 | 0.19 | 0.18 | 0 | 0.19 | 238.46 | 0.29 | 0.74 |
| Hex | A8 | A9 | CF | 13 | 12 | 0 | 13 | EE | 1D | 4A |
| Octal | 250 | 251 | 317 | 23 | 22 | 0 | 23 | 356 | 35 | 112 |
| Binary | 10101000 | 10101001 | 11001111 | 10011 | 10010 | 0 | 10011 | 11101110 | 11101 | 1001010 |
Color Harmonies of #A8A9CF
Complementary color
Monochromatic Colors of #A8A9CF
Black with #A8A9CF
Text Example
Text Example
White with #A8A9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A9CF; }
p { color: rgb(168,169,207); }
H1.HeaderClassName
{
color: #A8A9CF;
}
.AnyTagClassName
{
color: #A8A9CF;
}
</style>
background-color css
<style>
a { background-color: #A8A9CF; }
a { background-color: rgb(168,169,207); }
div.DivClassName
{
background-color: #A8A9CF;
}
.BgClassName
{
background-color: #A8A9CF;
}
</style>
border-color css
<style>
span { border-color: #A8A9CF; }
span { border-color: rgb(168,169,207); }
td.TdClassName
{
border-color: #A8A9CF;
}
.TagClassName
{
border-color: #A8A9CF;
}
</style>