Shades of Wistful #ADA4E6
Tints of Wistful #ADA4E6
RGB
CMYK
RGB Variations
Color information
#ADA4E6 (or 0xADA4E6) is known color: Wistful. HEX triplet: AD, A4 and E6. RGB value is (173,164,230). Sum of RGB (Red+Green+Blue) = 173+164+230=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADA4E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA4E6 is #525B19. Grayscale: #ADADAD. Windows color (decimal): -5397274 or 15115437. OLE color: 15115437.
HSL color Cylindrical-coordinate representation of color #ADA4E6: hue angle of 248.18º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADA4E6 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 164 | 230 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.10 |
| HSL | 248.18º | 0.57% | 0.77% | - |
| HSV(B) | 248.18º | 0.29% | 0.9% | - |
| XYZ | 44.79 | 41.15 | 80.44 | - |
| YUV | 174.22 | 159.48 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 230 | 0.25 | 0.29 | 0 | 0.10 | 248.18 | 0.57 | 0.77 |
| Hex | AD | A4 | E6 | 19 | 1D | 0 | A | F8 | 39 | 4D |
| Octal | 255 | 244 | 346 | 31 | 35 | 0 | 12 | 370 | 71 | 115 |
| Binary | 10101101 | 10100100 | 11100110 | 11001 | 11101 | 0 | 1010 | 11111000 | 111001 | 1001101 |
Color Harmonies of #ADA4E6
Complementary color
Monochromatic Colors of #ADA4E6
Black with #ADA4E6
Text Example
Text Example
White with #ADA4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA4E6; }
p { color: rgb(173,164,230); }
H1.HeaderClassName
{
color: #ADA4E6;
}
.AnyTagClassName
{
color: #ADA4E6;
}
</style>
background-color css
<style>
a { background-color: #ADA4E6; }
a { background-color: rgb(173,164,230); }
div.DivClassName
{
background-color: #ADA4E6;
}
.BgClassName
{
background-color: #ADA4E6;
}
</style>
border-color css
<style>
span { border-color: #ADA4E6; }
span { border-color: rgb(173,164,230); }
td.TdClassName
{
border-color: #ADA4E6;
}
.TagClassName
{
border-color: #ADA4E6;
}
</style>