Shades of Wistful #A99DDE
Tints of Wistful #A99DDE
RGB
CMYK
RGB Variations
Color information
#A99DDE (or 0xA99DDE) is known color: Wistful. HEX triplet: A9, 9D and DE. RGB value is (169,157,222). Sum of RGB (Red+Green+Blue) = 169+157+222=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #A99DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DDE is #566221. Grayscale: #A7A7A7. Windows color (decimal): -5661218 or 14589353. OLE color: 14589353.
HSL color Cylindrical-coordinate representation of color #A99DDE: hue angle of 251.08º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99DDE is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 157 | 222 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.13 |
| HSL | 251.08º | 0.5% | 0.74% | - |
| HSV(B) | 251.08º | 0.29% | 0.87% | - |
| XYZ | 41.6 | 37.82 | 74.22 | - |
| YUV | 168 | 158.48 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 222 | 0.24 | 0.29 | 0 | 0.13 | 251.08 | 0.5 | 0.74 |
| Hex | A9 | 9D | DE | 18 | 1D | 0 | D | FB | 32 | 4A |
| Octal | 251 | 235 | 336 | 30 | 35 | 0 | 15 | 373 | 62 | 112 |
| Binary | 10101001 | 10011101 | 11011110 | 11000 | 11101 | 0 | 1101 | 11111011 | 110010 | 1001010 |
Color Harmonies of #A99DDE
Complementary color
Monochromatic Colors of #A99DDE
Black with #A99DDE
Text Example
Text Example
White with #A99DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DDE; }
p { color: rgb(169,157,222); }
H1.HeaderClassName
{
color: #A99DDE;
}
.AnyTagClassName
{
color: #A99DDE;
}
</style>
background-color css
<style>
a { background-color: #A99DDE; }
a { background-color: rgb(169,157,222); }
div.DivClassName
{
background-color: #A99DDE;
}
.BgClassName
{
background-color: #A99DDE;
}
</style>
border-color css
<style>
span { border-color: #A99DDE; }
span { border-color: rgb(169,157,222); }
td.TdClassName
{
border-color: #A99DDE;
}
.TagClassName
{
border-color: #A99DDE;
}
</style>