Shades of Wistful #AFACD0
Tints of Wistful #AFACD0
RGB
CMYK
RGB Variations
Color information
#AFACD0 (or 0xAFACD0) is known color: Wistful. HEX triplet: AF, AC and D0. RGB value is (175,172,208). Sum of RGB (Red+Green+Blue) = 175+172+208=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACD0 is #50532F. Grayscale: #B0B0B0. Windows color (decimal): -5264176 or 13675695. OLE color: 13675695.
HSL color Cylindrical-coordinate representation of color #AFACD0: hue angle of 245º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFACD0 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 172 | 208 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.18 |
| HSL | 245º | 0.28% | 0.75% | - |
| HSV(B) | 245º | 0.17% | 0.82% | - |
| XYZ | 43.82 | 43.17 | 65.7 | - |
| YUV | 177 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 208 | 0.16 | 0.17 | 0 | 0.18 | 245 | 0.28 | 0.75 |
| Hex | AF | AC | D0 | 10 | 11 | 0 | 12 | F5 | 1C | 4B |
| Octal | 257 | 254 | 320 | 20 | 21 | 0 | 22 | 365 | 34 | 113 |
| Binary | 10101111 | 10101100 | 11010000 | 10000 | 10001 | 0 | 10010 | 11110101 | 11100 | 1001011 |
Color Harmonies of #AFACD0
Complementary color
Monochromatic Colors of #AFACD0
Black with #AFACD0
Text Example
Text Example
White with #AFACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACD0; }
p { color: rgb(175,172,208); }
H1.HeaderClassName
{
color: #AFACD0;
}
.AnyTagClassName
{
color: #AFACD0;
}
</style>
background-color css
<style>
a { background-color: #AFACD0; }
a { background-color: rgb(175,172,208); }
div.DivClassName
{
background-color: #AFACD0;
}
.BgClassName
{
background-color: #AFACD0;
}
</style>
border-color css
<style>
span { border-color: #AFACD0; }
span { border-color: rgb(175,172,208); }
td.TdClassName
{
border-color: #AFACD0;
}
.TagClassName
{
border-color: #AFACD0;
}
</style>