Shades of Wistful #ADAACF
Tints of Wistful #ADAACF
RGB
CMYK
RGB Variations
Color information
#ADAACF (or 0xADAACF) is known color: Wistful. HEX triplet: AD, AA and CF. RGB value is (173,170,207). Sum of RGB (Red+Green+Blue) = 173+170+207=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADAACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAACF is #525530. Grayscale: #AEAEAE. Windows color (decimal): -5395761 or 13609645. OLE color: 13609645.
HSL color Cylindrical-coordinate representation of color #ADAACF: hue angle of 244.86º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADAACF is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 170 | 207 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.19 |
| HSL | 244.86º | 0.28% | 0.74% | - |
| HSV(B) | 244.86º | 0.18% | 0.81% | - |
| XYZ | 42.87 | 42.14 | 64.91 | - |
| YUV | 175.12 | 145.99 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 207 | 0.16 | 0.18 | 0 | 0.19 | 244.86 | 0.28 | 0.74 |
| Hex | AD | AA | CF | 10 | 12 | 0 | 13 | F5 | 1C | 4A |
| Octal | 255 | 252 | 317 | 20 | 22 | 0 | 23 | 365 | 34 | 112 |
| Binary | 10101101 | 10101010 | 11001111 | 10000 | 10010 | 0 | 10011 | 11110101 | 11100 | 1001010 |
Color Harmonies of #ADAACF
Complementary color
Monochromatic Colors of #ADAACF
Black with #ADAACF
Text Example
Text Example
White with #ADAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAACF; }
p { color: rgb(173,170,207); }
H1.HeaderClassName
{
color: #ADAACF;
}
.AnyTagClassName
{
color: #ADAACF;
}
</style>
background-color css
<style>
a { background-color: #ADAACF; }
a { background-color: rgb(173,170,207); }
div.DivClassName
{
background-color: #ADAACF;
}
.BgClassName
{
background-color: #ADAACF;
}
</style>
border-color css
<style>
span { border-color: #ADAACF; }
span { border-color: rgb(173,170,207); }
td.TdClassName
{
border-color: #ADAACF;
}
.TagClassName
{
border-color: #ADAACF;
}
</style>