Shades of Wistful #ADA5E1
Tints of Wistful #ADA5E1
RGB
CMYK
RGB Variations
Color information
#ADA5E1 (or 0xADA5E1) is known color: Wistful. HEX triplet: AD, A5 and E1. RGB value is (173,165,225). Sum of RGB (Red+Green+Blue) = 173+165+225=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADA5E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5E1 is #525A1E. Grayscale: #AEAEAE. Windows color (decimal): -5397023 or 14788013. OLE color: 14788013.
HSL color Cylindrical-coordinate representation of color #ADA5E1: hue angle of 248º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADA5E1 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 165 | 225 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.12 |
| HSL | 248º | 0.5% | 0.76% | - |
| HSV(B) | 248º | 0.27% | 0.88% | - |
| XYZ | 44.28 | 41.23 | 76.86 | - |
| YUV | 174.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 225 | 0.23 | 0.27 | 0 | 0.12 | 248 | 0.5 | 0.76 |
| Hex | AD | A5 | E1 | 17 | 1B | 0 | C | F8 | 32 | 4C |
| Octal | 255 | 245 | 341 | 27 | 33 | 0 | 14 | 370 | 62 | 114 |
| Binary | 10101101 | 10100101 | 11100001 | 10111 | 11011 | 0 | 1100 | 11111000 | 110010 | 1001100 |
Color Harmonies of #ADA5E1
Complementary color
Monochromatic Colors of #ADA5E1
Black with #ADA5E1
Text Example
Text Example
White with #ADA5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA5E1; }
p { color: rgb(173,165,225); }
H1.HeaderClassName
{
color: #ADA5E1;
}
.AnyTagClassName
{
color: #ADA5E1;
}
</style>
background-color css
<style>
a { background-color: #ADA5E1; }
a { background-color: rgb(173,165,225); }
div.DivClassName
{
background-color: #ADA5E1;
}
.BgClassName
{
background-color: #ADA5E1;
}
</style>
border-color css
<style>
span { border-color: #ADA5E1; }
span { border-color: rgb(173,165,225); }
td.TdClassName
{
border-color: #ADA5E1;
}
.TagClassName
{
border-color: #ADA5E1;
}
</style>