Shades of Wistful #ADA5D3
Tints of Wistful #ADA5D3
RGB
CMYK
RGB Variations
Color information
#ADA5D3 (or 0xADA5D3) is known color: Wistful. HEX triplet: AD, A5 and D3. RGB value is (173,165,211). Sum of RGB (Red+Green+Blue) = 173+165+211=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 211 - color contains mainly: blue. Hex color #ADA5D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5D3 is #525A2C. Grayscale: #ACACAC. Windows color (decimal): -5397037 or 13870509. OLE color: 13870509.
HSL color Cylindrical-coordinate representation of color #ADA5D3: hue angle of 250.43º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADA5D3 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 165 | 211 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.17 |
| HSL | 250.43º | 0.34% | 0.74% | - |
| HSV(B) | 250.43º | 0.22% | 0.83% | - |
| XYZ | 42.45 | 40.5 | 67.21 | - |
| YUV | 172.64 | 149.65 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 211 | 0.18 | 0.22 | 0 | 0.17 | 250.43 | 0.34 | 0.74 |
| Hex | AD | A5 | D3 | 12 | 16 | 0 | 11 | FA | 22 | 4A |
| Octal | 255 | 245 | 323 | 22 | 26 | 0 | 21 | 372 | 42 | 112 |
| Binary | 10101101 | 10100101 | 11010011 | 10010 | 10110 | 0 | 10001 | 11111010 | 100010 | 1001010 |
Color Harmonies of #ADA5D3
Complementary color
Monochromatic Colors of #ADA5D3
Black with #ADA5D3
Text Example
Text Example
White with #ADA5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA5D3; }
p { color: rgb(173,165,211); }
H1.HeaderClassName
{
color: #ADA5D3;
}
.AnyTagClassName
{
color: #ADA5D3;
}
</style>
background-color css
<style>
a { background-color: #ADA5D3; }
a { background-color: rgb(173,165,211); }
div.DivClassName
{
background-color: #ADA5D3;
}
.BgClassName
{
background-color: #ADA5D3;
}
</style>
border-color css
<style>
span { border-color: #ADA5D3; }
span { border-color: rgb(173,165,211); }
td.TdClassName
{
border-color: #ADA5D3;
}
.TagClassName
{
border-color: #ADA5D3;
}
</style>