Shades of Wistful #A99DE0
Tints of Wistful #A99DE0
RGB
CMYK
RGB Variations
Color information
#A99DE0 (or 0xA99DE0) is known color: Wistful. HEX triplet: A9, 9D and E0. RGB value is (169,157,224). Sum of RGB (Red+Green+Blue) = 169+157+224=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #A99DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DE0 is #56621F. Grayscale: #A7A7A7. Windows color (decimal): -5661216 or 14720425. OLE color: 14720425.
HSL color Cylindrical-coordinate representation of color #A99DE0: hue angle of 250.75º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99DE0 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 157 | 224 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.12 |
| HSL | 250.75º | 0.52% | 0.75% | - |
| HSV(B) | 250.75º | 0.3% | 0.88% | - |
| XYZ | 41.87 | 37.93 | 75.64 | - |
| YUV | 168.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 224 | 0.25 | 0.30 | 0 | 0.12 | 250.75 | 0.52 | 0.75 |
| Hex | A9 | 9D | E0 | 19 | 1E | 0 | C | FB | 34 | 4B |
| Octal | 251 | 235 | 340 | 31 | 36 | 0 | 14 | 373 | 64 | 113 |
| Binary | 10101001 | 10011101 | 11100000 | 11001 | 11110 | 0 | 1100 | 11111011 | 110100 | 1001011 |
Color Harmonies of #A99DE0
Complementary color
Monochromatic Colors of #A99DE0
Black with #A99DE0
Text Example
Text Example
White with #A99DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DE0; }
p { color: rgb(169,157,224); }
H1.HeaderClassName
{
color: #A99DE0;
}
.AnyTagClassName
{
color: #A99DE0;
}
</style>
background-color css
<style>
a { background-color: #A99DE0; }
a { background-color: rgb(169,157,224); }
div.DivClassName
{
background-color: #A99DE0;
}
.BgClassName
{
background-color: #A99DE0;
}
</style>
border-color css
<style>
span { border-color: #A99DE0; }
span { border-color: rgb(169,157,224); }
td.TdClassName
{
border-color: #A99DE0;
}
.TagClassName
{
border-color: #A99DE0;
}
</style>