Shades of Wistful #A99DDA
Tints of Wistful #A99DDA
RGB
CMYK
RGB Variations
Color information
#A99DDA (or 0xA99DDA) is known color: Wistful. HEX triplet: A9, 9D and DA. RGB value is (169,157,218). Sum of RGB (Red+Green+Blue) = 169+157+218=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #A99DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DDA is #566225. Grayscale: #A7A7A7. Windows color (decimal): -5661222 or 14327209. OLE color: 14327209.
HSL color Cylindrical-coordinate representation of color #A99DDA: hue angle of 251.8º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A99DDA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 169 | 157 | 218 | - |
CMYK | 0.22 | 0.28 | 0 | 0.15 |
HSL | 251.8º | 0.45% | 0.74% | - |
HSV(B) | 251.8º | 0.28% | 0.85% | - |
XYZ | 41.07 | 37.61 | 71.42 | - |
YUV | 167.54 | 156.48 | 129.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 157 | 218 | 0.22 | 0.28 | 0 | 0.15 | 251.8 | 0.45 | 0.74 |
Hex | A9 | 9D | DA | 16 | 1C | 0 | F | FC | 2D | 4A |
Octal | 251 | 235 | 332 | 26 | 34 | 0 | 17 | 374 | 55 | 112 |
Binary | 10101001 | 10011101 | 11011010 | 10110 | 11100 | 0 | 1111 | 11111100 | 101101 | 1001010 |
Color Harmonies of #A99DDA
Complementary color
Monochromatic Colors of #A99DDA
Black with #A99DDA
Text Example
Text Example
White with #A99DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DDA; }
p { color: rgb(169,157,218); }
H1.HeaderClassName
{
color: #A99DDA;
}
.AnyTagClassName
{
color: #A99DDA;
}
</style>
background-color css
<style>
a { background-color: #A99DDA; }
a { background-color: rgb(169,157,218); }
div.DivClassName
{
background-color: #A99DDA;
}
.BgClassName
{
background-color: #A99DDA;
}
</style>
border-color css
<style>
span { border-color: #A99DDA; }
span { border-color: rgb(169,157,218); }
td.TdClassName
{
border-color: #A99DDA;
}
.TagClassName
{
border-color: #A99DDA;
}
</style>