Shades of Wistful #ADA3E4
Tints of Wistful #ADA3E4
RGB
CMYK
RGB Variations
Color information
#ADA3E4 (or 0xADA3E4) is known color: Wistful. HEX triplet: AD, A3 and E4. RGB value is (173,163,228). Sum of RGB (Red+Green+Blue) = 173+163+228=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADA3E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3E4 is #525C1B. Grayscale: #ADADAD. Windows color (decimal): -5397532 or 14984109. OLE color: 14984109.
HSL color Cylindrical-coordinate representation of color #ADA3E4: hue angle of 249.23º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADA3E4 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 163 | 228 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.11 |
| HSL | 249.23º | 0.55% | 0.77% | - |
| HSV(B) | 249.23º | 0.29% | 0.89% | - |
| XYZ | 44.33 | 40.68 | 78.91 | - |
| YUV | 173.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 228 | 0.24 | 0.29 | 0 | 0.11 | 249.23 | 0.55 | 0.77 |
| Hex | AD | A3 | E4 | 18 | 1D | 0 | B | F9 | 37 | 4D |
| Octal | 255 | 243 | 344 | 30 | 35 | 0 | 13 | 371 | 67 | 115 |
| Binary | 10101101 | 10100011 | 11100100 | 11000 | 11101 | 0 | 1011 | 11111001 | 110111 | 1001101 |
Color Harmonies of #ADA3E4
Complementary color
Monochromatic Colors of #ADA3E4
Black with #ADA3E4
Text Example
Text Example
White with #ADA3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA3E4; }
p { color: rgb(173,163,228); }
H1.HeaderClassName
{
color: #ADA3E4;
}
.AnyTagClassName
{
color: #ADA3E4;
}
</style>
background-color css
<style>
a { background-color: #ADA3E4; }
a { background-color: rgb(173,163,228); }
div.DivClassName
{
background-color: #ADA3E4;
}
.BgClassName
{
background-color: #ADA3E4;
}
</style>
border-color css
<style>
span { border-color: #ADA3E4; }
span { border-color: rgb(173,163,228); }
td.TdClassName
{
border-color: #ADA3E4;
}
.TagClassName
{
border-color: #ADA3E4;
}
</style>