Shades of Wistful #A99DDB
Tints of Wistful #A99DDB
RGB
CMYK
RGB Variations
Color information
#A99DDB (or 0xA99DDB) is known color: Wistful. HEX triplet: A9, 9D and DB. RGB value is (169,157,219). Sum of RGB (Red+Green+Blue) = 169+157+219=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #A99DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DDB is #566224. Grayscale: #A7A7A7. Windows color (decimal): -5661221 or 14392745. OLE color: 14392745.
HSL color Cylindrical-coordinate representation of color #A99DDB: hue angle of 251.61º degrees, saturation: 0.46, 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 #A99DDB is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 157 | 219 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.14 |
| HSL | 251.61º | 0.46% | 0.74% | - |
| HSV(B) | 251.61º | 0.28% | 0.86% | - |
| XYZ | 41.21 | 37.66 | 72.12 | - |
| YUV | 167.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 219 | 0.23 | 0.28 | 0 | 0.14 | 251.61 | 0.46 | 0.74 |
| Hex | A9 | 9D | DB | 17 | 1C | 0 | E | FC | 2E | 4A |
| Octal | 251 | 235 | 333 | 27 | 34 | 0 | 16 | 374 | 56 | 112 |
| Binary | 10101001 | 10011101 | 11011011 | 10111 | 11100 | 0 | 1110 | 11111100 | 101110 | 1001010 |
Color Harmonies of #A99DDB
Complementary color
Monochromatic Colors of #A99DDB
Black with #A99DDB
Text Example
Text Example
White with #A99DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DDB; }
p { color: rgb(169,157,219); }
H1.HeaderClassName
{
color: #A99DDB;
}
.AnyTagClassName
{
color: #A99DDB;
}
</style>
background-color css
<style>
a { background-color: #A99DDB; }
a { background-color: rgb(169,157,219); }
div.DivClassName
{
background-color: #A99DDB;
}
.BgClassName
{
background-color: #A99DDB;
}
</style>
border-color css
<style>
span { border-color: #A99DDB; }
span { border-color: rgb(169,157,219); }
td.TdClassName
{
border-color: #A99DDB;
}
.TagClassName
{
border-color: #A99DDB;
}
</style>