Shades of Wistful #AFADD0
Tints of Wistful #AFADD0
RGB
CMYK
RGB Variations
Color information
#AFADD0 (or 0xAFADD0) is known color: Wistful. HEX triplet: AF, AD and D0. RGB value is (175,173,208). Sum of RGB (Red+Green+Blue) = 175+173+208=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADD0 is #50522F. Grayscale: #B1B1B1. Windows color (decimal): -5263920 or 13675951. OLE color: 13675951.
HSL color Cylindrical-coordinate representation of color #AFADD0: hue angle of 243.43º degrees, saturation: 0.27, 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 #AFADD0 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 173 | 208 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.18 |
| HSL | 243.43º | 0.27% | 0.75% | - |
| HSV(B) | 243.43º | 0.17% | 0.82% | - |
| XYZ | 44.01 | 43.56 | 65.76 | - |
| YUV | 177.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 208 | 0.16 | 0.17 | 0 | 0.18 | 243.43 | 0.27 | 0.75 |
| Hex | AF | AD | D0 | 10 | 11 | 0 | 12 | F3 | 1B | 4B |
| Octal | 257 | 255 | 320 | 20 | 21 | 0 | 22 | 363 | 33 | 113 |
| Binary | 10101111 | 10101101 | 11010000 | 10000 | 10001 | 0 | 10010 | 11110011 | 11011 | 1001011 |
Color Harmonies of #AFADD0
Complementary color
Monochromatic Colors of #AFADD0
Black with #AFADD0
Text Example
Text Example
White with #AFADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADD0; }
p { color: rgb(175,173,208); }
H1.HeaderClassName
{
color: #AFADD0;
}
.AnyTagClassName
{
color: #AFADD0;
}
</style>
background-color css
<style>
a { background-color: #AFADD0; }
a { background-color: rgb(175,173,208); }
div.DivClassName
{
background-color: #AFADD0;
}
.BgClassName
{
background-color: #AFADD0;
}
</style>
border-color css
<style>
span { border-color: #AFADD0; }
span { border-color: rgb(175,173,208); }
td.TdClassName
{
border-color: #AFADD0;
}
.TagClassName
{
border-color: #AFADD0;
}
</style>