Shades of Wistful #ADA3EC
Tints of Wistful #ADA3EC
RGB
CMYK
RGB Variations
Color information
#ADA3EC (or 0xADA3EC) is known color: Wistful. HEX triplet: AD, A3 and EC. RGB value is (173,163,236). Sum of RGB (Red+Green+Blue) = 173+163+236=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADA3EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA3EC is #525C13. Grayscale: #AEAEAE. Windows color (decimal): -5397524 or 15508397. OLE color: 15508397.
HSL color Cylindrical-coordinate representation of color #ADA3EC: hue angle of 248.22º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADA3EC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 163 | 236 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.07 |
| HSL | 248.22º | 0.66% | 0.78% | - |
| HSV(B) | 248.22º | 0.31% | 0.93% | - |
| XYZ | 45.47 | 41.13 | 84.9 | - |
| YUV | 174.31 | 162.81 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 236 | 0.27 | 0.31 | 0 | 0.07 | 248.22 | 0.66 | 0.78 |
| Hex | AD | A3 | EC | 1B | 1F | 0 | 7 | F8 | 42 | 4E |
| Octal | 255 | 243 | 354 | 33 | 37 | 0 | 7 | 370 | 102 | 116 |
| Binary | 10101101 | 10100011 | 11101100 | 11011 | 11111 | 0 | 111 | 11111000 | 1000010 | 1001110 |
Color Harmonies of #ADA3EC
Complementary color
Monochromatic Colors of #ADA3EC
Black with #ADA3EC
Text Example
Text Example
White with #ADA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA3EC; }
p { color: rgb(173,163,236); }
H1.HeaderClassName
{
color: #ADA3EC;
}
.AnyTagClassName
{
color: #ADA3EC;
}
</style>
background-color css
<style>
a { background-color: #ADA3EC; }
a { background-color: rgb(173,163,236); }
div.DivClassName
{
background-color: #ADA3EC;
}
.BgClassName
{
background-color: #ADA3EC;
}
</style>
border-color css
<style>
span { border-color: #ADA3EC; }
span { border-color: rgb(173,163,236); }
td.TdClassName
{
border-color: #ADA3EC;
}
.TagClassName
{
border-color: #ADA3EC;
}
</style>