Shades of Wistful #ADA6E0
Tints of Wistful #ADA6E0
RGB
CMYK
RGB Variations
Color information
#ADA6E0 (or 0xADA6E0) is known color: Wistful. HEX triplet: AD, A6 and E0. RGB value is (173,166,224). Sum of RGB (Red+Green+Blue) = 173+166+224=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADA6E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6E0 is #52591F. Grayscale: #AEAEAE. Windows color (decimal): -5396768 or 14722733. OLE color: 14722733.
HSL color Cylindrical-coordinate representation of color #ADA6E0: hue angle of 247.24º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADA6E0 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 166 | 224 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.12 |
| HSL | 247.24º | 0.48% | 0.76% | - |
| HSV(B) | 247.24º | 0.26% | 0.88% | - |
| XYZ | 44.32 | 41.54 | 76.2 | - |
| YUV | 174.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 224 | 0.23 | 0.26 | 0 | 0.12 | 247.24 | 0.48 | 0.76 |
| Hex | AD | A6 | E0 | 17 | 1A | 0 | C | F7 | 30 | 4C |
| Octal | 255 | 246 | 340 | 27 | 32 | 0 | 14 | 367 | 60 | 114 |
| Binary | 10101101 | 10100110 | 11100000 | 10111 | 11010 | 0 | 1100 | 11110111 | 110000 | 1001100 |
Color Harmonies of #ADA6E0
Complementary color
Monochromatic Colors of #ADA6E0
Black with #ADA6E0
Text Example
Text Example
White with #ADA6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA6E0; }
p { color: rgb(173,166,224); }
H1.HeaderClassName
{
color: #ADA6E0;
}
.AnyTagClassName
{
color: #ADA6E0;
}
</style>
background-color css
<style>
a { background-color: #ADA6E0; }
a { background-color: rgb(173,166,224); }
div.DivClassName
{
background-color: #ADA6E0;
}
.BgClassName
{
background-color: #ADA6E0;
}
</style>
border-color css
<style>
span { border-color: #ADA6E0; }
span { border-color: rgb(173,166,224); }
td.TdClassName
{
border-color: #ADA6E0;
}
.TagClassName
{
border-color: #ADA6E0;
}
</style>