Shades of Wistful #ADA5E5
Tints of Wistful #ADA5E5
RGB
CMYK
RGB Variations
Color information
#ADA5E5 (or 0xADA5E5) is known color: Wistful. HEX triplet: AD, A5 and E5. RGB value is (173,165,229). Sum of RGB (Red+Green+Blue) = 173+165+229=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADA5E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5E5 is #525A1A. Grayscale: #AEAEAE. Windows color (decimal): -5397019 or 15050157. OLE color: 15050157.
HSL color Cylindrical-coordinate representation of color #ADA5E5: hue angle of 247.5º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADA5E5 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 165 | 229 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.10 |
| HSL | 247.5º | 0.55% | 0.77% | - |
| HSV(B) | 247.5º | 0.28% | 0.9% | - |
| XYZ | 44.83 | 41.45 | 79.77 | - |
| YUV | 174.69 | 158.65 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 229 | 0.24 | 0.28 | 0 | 0.10 | 247.5 | 0.55 | 0.77 |
| Hex | AD | A5 | E5 | 18 | 1C | 0 | A | F8 | 37 | 4D |
| Octal | 255 | 245 | 345 | 30 | 34 | 0 | 12 | 370 | 67 | 115 |
| Binary | 10101101 | 10100101 | 11100101 | 11000 | 11100 | 0 | 1010 | 11111000 | 110111 | 1001101 |
Color Harmonies of #ADA5E5
Complementary color
Monochromatic Colors of #ADA5E5
Black with #ADA5E5
Text Example
Text Example
White with #ADA5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA5E5; }
p { color: rgb(173,165,229); }
H1.HeaderClassName
{
color: #ADA5E5;
}
.AnyTagClassName
{
color: #ADA5E5;
}
</style>
background-color css
<style>
a { background-color: #ADA5E5; }
a { background-color: rgb(173,165,229); }
div.DivClassName
{
background-color: #ADA5E5;
}
.BgClassName
{
background-color: #ADA5E5;
}
</style>
border-color css
<style>
span { border-color: #ADA5E5; }
span { border-color: rgb(173,165,229); }
td.TdClassName
{
border-color: #ADA5E5;
}
.TagClassName
{
border-color: #ADA5E5;
}
</style>