Shades of Wistful #AFADC4
Tints of Wistful #AFADC4
RGB
CMYK
RGB Variations
Color information
#AFADC4 (or 0xAFADC4) is known color: Wistful. HEX triplet: AF, AD and C4. RGB value is (175,173,196). Sum of RGB (Red+Green+Blue) = 175+173+196=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADC4 is #50523B. Grayscale: #B0B0B0. Windows color (decimal): -5263932 or 12889519. OLE color: 12889519.
HSL color Cylindrical-coordinate representation of color #AFADC4: hue angle of 245.22º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFADC4 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 173 | 196 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.23 |
| HSL | 245.22º | 0.16% | 0.72% | - |
| HSV(B) | 245.22º | 0.12% | 0.77% | - |
| XYZ | 42.59 | 42.99 | 58.28 | - |
| YUV | 176.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 196 | 0.11 | 0.12 | 0 | 0.23 | 245.22 | 0.16 | 0.72 |
| Hex | AF | AD | C4 | B | C | 0 | 17 | F5 | 10 | 48 |
| Octal | 257 | 255 | 304 | 13 | 14 | 0 | 27 | 365 | 20 | 110 |
| Binary | 10101111 | 10101101 | 11000100 | 1011 | 1100 | 0 | 10111 | 11110101 | 10000 | 1001000 |
Color Harmonies of #AFADC4
Complementary color
Monochromatic Colors of #AFADC4
Black with #AFADC4
Text Example
Text Example
White with #AFADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADC4; }
p { color: rgb(175,173,196); }
H1.HeaderClassName
{
color: #AFADC4;
}
.AnyTagClassName
{
color: #AFADC4;
}
</style>
background-color css
<style>
a { background-color: #AFADC4; }
a { background-color: rgb(175,173,196); }
div.DivClassName
{
background-color: #AFADC4;
}
.BgClassName
{
background-color: #AFADC4;
}
</style>
border-color css
<style>
span { border-color: #AFADC4; }
span { border-color: rgb(175,173,196); }
td.TdClassName
{
border-color: #AFADC4;
}
.TagClassName
{
border-color: #AFADC4;
}
</style>