Shades of Wistful #AFA8D7
Tints of Wistful #AFA8D7
RGB
CMYK
RGB Variations
Color information
#AFA8D7 (or 0xAFA8D7) is known color: Wistful. HEX triplet: AF, A8 and D7. RGB value is (175,168,215). Sum of RGB (Red+Green+Blue) = 175+168+215=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFA8D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8D7 is #505728. Grayscale: #AFAFAF. Windows color (decimal): -5265193 or 14133423. OLE color: 14133423.
HSL color Cylindrical-coordinate representation of color #AFA8D7: hue angle of 248.94º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFA8D7 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 168 | 215 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.16 |
| HSL | 248.94º | 0.37% | 0.75% | - |
| HSV(B) | 248.94º | 0.22% | 0.84% | - |
| XYZ | 43.95 | 42.03 | 70.09 | - |
| YUV | 175.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 215 | 0.19 | 0.22 | 0 | 0.16 | 248.94 | 0.37 | 0.75 |
| Hex | AF | A8 | D7 | 13 | 16 | 0 | 10 | F9 | 25 | 4B |
| Octal | 257 | 250 | 327 | 23 | 26 | 0 | 20 | 371 | 45 | 113 |
| Binary | 10101111 | 10101000 | 11010111 | 10011 | 10110 | 0 | 10000 | 11111001 | 100101 | 1001011 |
Color Harmonies of #AFA8D7
Complementary color
Monochromatic Colors of #AFA8D7
Black with #AFA8D7
Text Example
Text Example
White with #AFA8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA8D7; }
p { color: rgb(175,168,215); }
H1.HeaderClassName
{
color: #AFA8D7;
}
.AnyTagClassName
{
color: #AFA8D7;
}
</style>
background-color css
<style>
a { background-color: #AFA8D7; }
a { background-color: rgb(175,168,215); }
div.DivClassName
{
background-color: #AFA8D7;
}
.BgClassName
{
background-color: #AFA8D7;
}
</style>
border-color css
<style>
span { border-color: #AFA8D7; }
span { border-color: rgb(175,168,215); }
td.TdClassName
{
border-color: #AFA8D7;
}
.TagClassName
{
border-color: #AFA8D7;
}
</style>