Shades of Wistful #ADA3EF
Tints of Wistful #ADA3EF
RGB
CMYK
RGB Variations
Color information
#ADA3EF (or 0xADA3EF) is known color: Wistful. HEX triplet: AD, A3 and EF. RGB value is (173,163,239). Sum of RGB (Red+Green+Blue) = 173+163+239=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 163 (64.06% from 255 or 28.35% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADA3EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA3EF is #525C10. Grayscale: #AEAEAE. Windows color (decimal): -5397521 or 15705005. OLE color: 15705005.
HSL color Cylindrical-coordinate representation of color #ADA3EF: hue angle of 247.89º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADA3EF is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 163 | 239 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.06 |
| HSL | 247.89º | 0.7% | 0.79% | - |
| HSV(B) | 247.89º | 0.32% | 0.94% | - |
| XYZ | 45.91 | 41.31 | 87.22 | - |
| YUV | 174.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 239 | 0.28 | 0.32 | 0 | 0.06 | 247.89 | 0.7 | 0.79 |
| Hex | AD | A3 | EF | 1C | 20 | 0 | 6 | F8 | 46 | 4F |
| Octal | 255 | 243 | 357 | 34 | 40 | 0 | 6 | 370 | 106 | 117 |
| Binary | 10101101 | 10100011 | 11101111 | 11100 | 100000 | 0 | 110 | 11111000 | 1000110 | 1001111 |
Color Harmonies of #ADA3EF
Complementary color
Monochromatic Colors of #ADA3EF
Black with #ADA3EF
Text Example
Text Example
White with #ADA3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA3EF; }
p { color: rgb(173,163,239); }
H1.HeaderClassName
{
color: #ADA3EF;
}
.AnyTagClassName
{
color: #ADA3EF;
}
</style>
background-color css
<style>
a { background-color: #ADA3EF; }
a { background-color: rgb(173,163,239); }
div.DivClassName
{
background-color: #ADA3EF;
}
.BgClassName
{
background-color: #ADA3EF;
}
</style>
border-color css
<style>
span { border-color: #ADA3EF; }
span { border-color: rgb(173,163,239); }
td.TdClassName
{
border-color: #ADA3EF;
}
.TagClassName
{
border-color: #ADA3EF;
}
</style>