Shades of Wistful #A9A8DF
Tints of Wistful #A9A8DF
RGB
CMYK
RGB Variations
Color information
#A9A8DF (or 0xA9A8DF) is known color: Wistful. HEX triplet: A9, A8 and DF. RGB value is (169,168,223). Sum of RGB (Red+Green+Blue) = 169+168+223=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A8DF is #565720. Grayscale: #AEAEAE. Windows color (decimal): -5658401 or 14657705. OLE color: 14657705.
HSL color Cylindrical-coordinate representation of color #A9A8DF: hue angle of 241.09º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9A8DF is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 168 | 223 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.13 |
| HSL | 241.09º | 0.46% | 0.77% | - |
| HSV(B) | 241.09º | 0.25% | 0.87% | - |
| XYZ | 43.68 | 41.77 | 75.57 | - |
| YUV | 174.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 223 | 0.24 | 0.25 | 0 | 0.13 | 241.09 | 0.46 | 0.77 |
| Hex | A9 | A8 | DF | 18 | 19 | 0 | D | F1 | 2E | 4D |
| Octal | 251 | 250 | 337 | 30 | 31 | 0 | 15 | 361 | 56 | 115 |
| Binary | 10101001 | 10101000 | 11011111 | 11000 | 11001 | 0 | 1101 | 11110001 | 101110 | 1001101 |
Color Harmonies of #A9A8DF
Complementary color
Monochromatic Colors of #A9A8DF
Black with #A9A8DF
Text Example
Text Example
White with #A9A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A8DF; }
p { color: rgb(169,168,223); }
H1.HeaderClassName
{
color: #A9A8DF;
}
.AnyTagClassName
{
color: #A9A8DF;
}
</style>
background-color css
<style>
a { background-color: #A9A8DF; }
a { background-color: rgb(169,168,223); }
div.DivClassName
{
background-color: #A9A8DF;
}
.BgClassName
{
background-color: #A9A8DF;
}
</style>
border-color css
<style>
span { border-color: #A9A8DF; }
span { border-color: rgb(169,168,223); }
td.TdClassName
{
border-color: #A9A8DF;
}
.TagClassName
{
border-color: #A9A8DF;
}
</style>