Shades of Wistful #ADA4E5
Tints of Wistful #ADA4E5
RGB
CMYK
RGB Variations
Color information
#ADA4E5 (or 0xADA4E5) is known color: Wistful. HEX triplet: AD, A4 and E5. RGB value is (173,164,229). Sum of RGB (Red+Green+Blue) = 173+164+229=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADA4E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4E5 is #525B1A. Grayscale: #ADADAD. Windows color (decimal): -5397275 or 15049901. OLE color: 15049901.
HSL color Cylindrical-coordinate representation of color #ADA4E5: hue angle of 248.31º degrees, saturation: 0.56, 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 #ADA4E5 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 164 | 229 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.10 |
| HSL | 248.31º | 0.56% | 0.77% | - |
| HSV(B) | 248.31º | 0.28% | 0.9% | - |
| XYZ | 44.65 | 41.09 | 79.71 | - |
| YUV | 174.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 229 | 0.24 | 0.28 | 0 | 0.10 | 248.31 | 0.56 | 0.77 |
| Hex | AD | A4 | E5 | 18 | 1C | 0 | A | F8 | 38 | 4D |
| Octal | 255 | 244 | 345 | 30 | 34 | 0 | 12 | 370 | 70 | 115 |
| Binary | 10101101 | 10100100 | 11100101 | 11000 | 11100 | 0 | 1010 | 11111000 | 111000 | 1001101 |
Color Harmonies of #ADA4E5
Complementary color
Monochromatic Colors of #ADA4E5
Black with #ADA4E5
Text Example
Text Example
White with #ADA4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA4E5; }
p { color: rgb(173,164,229); }
H1.HeaderClassName
{
color: #ADA4E5;
}
.AnyTagClassName
{
color: #ADA4E5;
}
</style>
background-color css
<style>
a { background-color: #ADA4E5; }
a { background-color: rgb(173,164,229); }
div.DivClassName
{
background-color: #ADA4E5;
}
.BgClassName
{
background-color: #ADA4E5;
}
</style>
border-color css
<style>
span { border-color: #ADA4E5; }
span { border-color: rgb(173,164,229); }
td.TdClassName
{
border-color: #ADA4E5;
}
.TagClassName
{
border-color: #ADA4E5;
}
</style>