Shades of Wistful #AFADC5
Tints of Wistful #AFADC5
RGB
CMYK
RGB Variations
Color information
#AFADC5 (or 0xAFADC5) is known color: Wistful. HEX triplet: AF, AD and C5. RGB value is (175,173,197). Sum of RGB (Red+Green+Blue) = 175+173+197=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 197 - color contains mainly: blue. Hex color #AFADC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADC5 is #50523A. Grayscale: #B0B0B0. Windows color (decimal): -5263931 or 12955055. OLE color: 12955055.
HSL color Cylindrical-coordinate representation of color #AFADC5: hue angle of 245º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFADC5 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 173 | 197 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.23 |
| HSL | 245º | 0.17% | 0.73% | - |
| HSV(B) | 245º | 0.12% | 0.77% | - |
| XYZ | 42.7 | 43.03 | 58.88 | - |
| YUV | 176.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 197 | 0.11 | 0.12 | 0 | 0.23 | 245 | 0.17 | 0.73 |
| Hex | AF | AD | C5 | B | C | 0 | 17 | F5 | 11 | 49 |
| Octal | 257 | 255 | 305 | 13 | 14 | 0 | 27 | 365 | 21 | 111 |
| Binary | 10101111 | 10101101 | 11000101 | 1011 | 1100 | 0 | 10111 | 11110101 | 10001 | 1001001 |
Color Harmonies of #AFADC5
Complementary color
Monochromatic Colors of #AFADC5
Black with #AFADC5
Text Example
Text Example
White with #AFADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADC5; }
p { color: rgb(175,173,197); }
H1.HeaderClassName
{
color: #AFADC5;
}
.AnyTagClassName
{
color: #AFADC5;
}
</style>
background-color css
<style>
a { background-color: #AFADC5; }
a { background-color: rgb(175,173,197); }
div.DivClassName
{
background-color: #AFADC5;
}
.BgClassName
{
background-color: #AFADC5;
}
</style>
border-color css
<style>
span { border-color: #AFADC5; }
span { border-color: rgb(175,173,197); }
td.TdClassName
{
border-color: #AFADC5;
}
.TagClassName
{
border-color: #AFADC5;
}
</style>