Shades of Wistful #ADA9E0
Tints of Wistful #ADA9E0
RGB
CMYK
RGB Variations
Color information
#ADA9E0 (or 0xADA9E0) is known color: Wistful. HEX triplet: AD, A9 and E0. RGB value is (173,169,224). Sum of RGB (Red+Green+Blue) = 173+169+224=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADA9E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9E0 is #52561F. Grayscale: #B0B0B0. Windows color (decimal): -5396000 or 14723501. OLE color: 14723501.
HSL color Cylindrical-coordinate representation of color #ADA9E0: hue angle of 244.36º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADA9E0 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 169 | 224 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.12 |
| HSL | 244.36º | 0.47% | 0.77% | - |
| HSV(B) | 244.36º | 0.25% | 0.88% | - |
| XYZ | 44.88 | 42.64 | 76.39 | - |
| YUV | 176.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 224 | 0.23 | 0.25 | 0 | 0.12 | 244.36 | 0.47 | 0.77 |
| Hex | AD | A9 | E0 | 17 | 19 | 0 | C | F4 | 2F | 4D |
| Octal | 255 | 251 | 340 | 27 | 31 | 0 | 14 | 364 | 57 | 115 |
| Binary | 10101101 | 10101001 | 11100000 | 10111 | 11001 | 0 | 1100 | 11110100 | 101111 | 1001101 |
Color Harmonies of #ADA9E0
Complementary color
Monochromatic Colors of #ADA9E0
Black with #ADA9E0
Text Example
Text Example
White with #ADA9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA9E0; }
p { color: rgb(173,169,224); }
H1.HeaderClassName
{
color: #ADA9E0;
}
.AnyTagClassName
{
color: #ADA9E0;
}
</style>
background-color css
<style>
a { background-color: #ADA9E0; }
a { background-color: rgb(173,169,224); }
div.DivClassName
{
background-color: #ADA9E0;
}
.BgClassName
{
background-color: #ADA9E0;
}
</style>
border-color css
<style>
span { border-color: #ADA9E0; }
span { border-color: rgb(173,169,224); }
td.TdClassName
{
border-color: #ADA9E0;
}
.TagClassName
{
border-color: #ADA9E0;
}
</style>