Shades of Wistful #A99FDF
Tints of Wistful #A99FDF
RGB
CMYK
RGB Variations
Color information
#A99FDF (or 0xA99FDF) is known color: Wistful. HEX triplet: A9, 9F and DF. RGB value is (169,159,223). Sum of RGB (Red+Green+Blue) = 169+159+223=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #A99FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FDF is #566020. Grayscale: #A9A9A9. Windows color (decimal): -5660705 or 14655401. OLE color: 14655401.
HSL color Cylindrical-coordinate representation of color #A99FDF: hue angle of 249.38º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99FDF is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 159 | 223 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.13 |
| HSL | 249.38º | 0.5% | 0.75% | - |
| HSV(B) | 249.38º | 0.29% | 0.87% | - |
| XYZ | 42.08 | 38.56 | 75.04 | - |
| YUV | 169.29 | 158.31 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 223 | 0.24 | 0.29 | 0 | 0.13 | 249.38 | 0.5 | 0.75 |
| Hex | A9 | 9F | DF | 18 | 1D | 0 | D | F9 | 32 | 4B |
| Octal | 251 | 237 | 337 | 30 | 35 | 0 | 15 | 371 | 62 | 113 |
| Binary | 10101001 | 10011111 | 11011111 | 11000 | 11101 | 0 | 1101 | 11111001 | 110010 | 1001011 |
Color Harmonies of #A99FDF
Complementary color
Monochromatic Colors of #A99FDF
Black with #A99FDF
Text Example
Text Example
White with #A99FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99FDF; }
p { color: rgb(169,159,223); }
H1.HeaderClassName
{
color: #A99FDF;
}
.AnyTagClassName
{
color: #A99FDF;
}
</style>
background-color css
<style>
a { background-color: #A99FDF; }
a { background-color: rgb(169,159,223); }
div.DivClassName
{
background-color: #A99FDF;
}
.BgClassName
{
background-color: #A99FDF;
}
</style>
border-color css
<style>
span { border-color: #A99FDF; }
span { border-color: rgb(169,159,223); }
td.TdClassName
{
border-color: #A99FDF;
}
.TagClassName
{
border-color: #A99FDF;
}
</style>