Shades of Wistful #A99FDC
Tints of Wistful #A99FDC
RGB
CMYK
RGB Variations
Color information
#A99FDC (or 0xA99FDC) is known color: Wistful. HEX triplet: A9, 9F and DC. RGB value is (169,159,220). Sum of RGB (Red+Green+Blue) = 169+159+220=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #A99FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FDC is #566023. Grayscale: #A8A8A8. Windows color (decimal): -5660708 or 14458793. OLE color: 14458793.
HSL color Cylindrical-coordinate representation of color #A99FDC: hue angle of 249.84º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A99FDC is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 159 | 220 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.14 |
| HSL | 249.84º | 0.47% | 0.74% | - |
| HSV(B) | 249.84º | 0.28% | 0.86% | - |
| XYZ | 41.68 | 38.4 | 72.93 | - |
| YUV | 168.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 220 | 0.23 | 0.28 | 0 | 0.14 | 249.84 | 0.47 | 0.74 |
| Hex | A9 | 9F | DC | 17 | 1C | 0 | E | FA | 2F | 4A |
| Octal | 251 | 237 | 334 | 27 | 34 | 0 | 16 | 372 | 57 | 112 |
| Binary | 10101001 | 10011111 | 11011100 | 10111 | 11100 | 0 | 1110 | 11111010 | 101111 | 1001010 |
Color Harmonies of #A99FDC
Complementary color
Monochromatic Colors of #A99FDC
Black with #A99FDC
Text Example
Text Example
White with #A99FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99FDC; }
p { color: rgb(169,159,220); }
H1.HeaderClassName
{
color: #A99FDC;
}
.AnyTagClassName
{
color: #A99FDC;
}
</style>
background-color css
<style>
a { background-color: #A99FDC; }
a { background-color: rgb(169,159,220); }
div.DivClassName
{
background-color: #A99FDC;
}
.BgClassName
{
background-color: #A99FDC;
}
</style>
border-color css
<style>
span { border-color: #A99FDC; }
span { border-color: rgb(169,159,220); }
td.TdClassName
{
border-color: #A99FDC;
}
.TagClassName
{
border-color: #A99FDC;
}
</style>