Shades of Wistful #A99FCD
Tints of Wistful #A99FCD
RGB
CMYK
RGB Variations
Color information
#A99FCD (or 0xA99FCD) is known color: Wistful. HEX triplet: A9, 9F and CD. RGB value is (169,159,205). Sum of RGB (Red+Green+Blue) = 169+159+205=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #A99FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FCD is #566032. Grayscale: #A7A7A7. Windows color (decimal): -5660723 or 13475753. OLE color: 13475753.
HSL color Cylindrical-coordinate representation of color #A99FCD: hue angle of 253.04º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A99FCD is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 159 | 205 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.20 |
| HSL | 253.04º | 0.32% | 0.71% | - |
| HSV(B) | 253.04º | 0.22% | 0.8% | - |
| XYZ | 39.78 | 37.64 | 62.93 | - |
| YUV | 167.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 205 | 0.18 | 0.22 | 0 | 0.20 | 253.04 | 0.32 | 0.71 |
| Hex | A9 | 9F | CD | 12 | 16 | 0 | 14 | FD | 20 | 47 |
| Octal | 251 | 237 | 315 | 22 | 26 | 0 | 24 | 375 | 40 | 107 |
| Binary | 10101001 | 10011111 | 11001101 | 10010 | 10110 | 0 | 10100 | 11111101 | 100000 | 1000111 |
Color Harmonies of #A99FCD
Complementary color
Monochromatic Colors of #A99FCD
Black with #A99FCD
Text Example
Text Example
White with #A99FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99FCD; }
p { color: rgb(169,159,205); }
H1.HeaderClassName
{
color: #A99FCD;
}
.AnyTagClassName
{
color: #A99FCD;
}
</style>
background-color css
<style>
a { background-color: #A99FCD; }
a { background-color: rgb(169,159,205); }
div.DivClassName
{
background-color: #A99FCD;
}
.BgClassName
{
background-color: #A99FCD;
}
</style>
border-color css
<style>
span { border-color: #A99FCD; }
span { border-color: rgb(169,159,205); }
td.TdClassName
{
border-color: #A99FCD;
}
.TagClassName
{
border-color: #A99FCD;
}
</style>