Shades of Wistful #ADA7E1
Tints of Wistful #ADA7E1
RGB
CMYK
RGB Variations
Color information
#ADA7E1 (or 0xADA7E1) is known color: Wistful. HEX triplet: AD, A7 and E1. RGB value is (173,167,225). Sum of RGB (Red+Green+Blue) = 173+167+225=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 167 (65.62% from 255 or 29.56% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADA7E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7E1 is #52581E. Grayscale: #AFAFAF. Windows color (decimal): -5396511 or 14788525. OLE color: 14788525.
HSL color Cylindrical-coordinate representation of color #ADA7E1: hue angle of 246.21º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADA7E1 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 167 | 225 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.12 |
| HSL | 246.21º | 0.49% | 0.77% | - |
| HSV(B) | 246.21º | 0.26% | 0.88% | - |
| XYZ | 44.64 | 41.96 | 76.98 | - |
| YUV | 175.41 | 155.99 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 225 | 0.23 | 0.26 | 0 | 0.12 | 246.21 | 0.49 | 0.77 |
| Hex | AD | A7 | E1 | 17 | 1A | 0 | C | F6 | 31 | 4D |
| Octal | 255 | 247 | 341 | 27 | 32 | 0 | 14 | 366 | 61 | 115 |
| Binary | 10101101 | 10100111 | 11100001 | 10111 | 11010 | 0 | 1100 | 11110110 | 110001 | 1001101 |
Color Harmonies of #ADA7E1
Complementary color
Monochromatic Colors of #ADA7E1
Black with #ADA7E1
Text Example
Text Example
White with #ADA7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA7E1; }
p { color: rgb(173,167,225); }
H1.HeaderClassName
{
color: #ADA7E1;
}
.AnyTagClassName
{
color: #ADA7E1;
}
</style>
background-color css
<style>
a { background-color: #ADA7E1; }
a { background-color: rgb(173,167,225); }
div.DivClassName
{
background-color: #ADA7E1;
}
.BgClassName
{
background-color: #ADA7E1;
}
</style>
border-color css
<style>
span { border-color: #ADA7E1; }
span { border-color: rgb(173,167,225); }
td.TdClassName
{
border-color: #ADA7E1;
}
.TagClassName
{
border-color: #ADA7E1;
}
</style>