Shades of Wistful #AFA8CE
Tints of Wistful #AFA8CE
RGB
CMYK
RGB Variations
Color information
#AFA8CE (or 0xAFA8CE) is known color: Wistful. HEX triplet: AF, A8 and CE. RGB value is (175,168,206). Sum of RGB (Red+Green+Blue) = 175+168+206=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFA8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8CE is #505731. Grayscale: #AEAEAE. Windows color (decimal): -5265202 or 13543599. OLE color: 13543599.
HSL color Cylindrical-coordinate representation of color #AFA8CE: hue angle of 251.05º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFA8CE is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 168 | 206 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.19 |
| HSL | 251.05º | 0.28% | 0.73% | - |
| HSV(B) | 251.05º | 0.18% | 0.81% | - |
| XYZ | 42.82 | 41.58 | 64.16 | - |
| YUV | 174.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 206 | 0.15 | 0.18 | 0 | 0.19 | 251.05 | 0.28 | 0.73 |
| Hex | AF | A8 | CE | F | 12 | 0 | 13 | FB | 1C | 49 |
| Octal | 257 | 250 | 316 | 17 | 22 | 0 | 23 | 373 | 34 | 111 |
| Binary | 10101111 | 10101000 | 11001110 | 1111 | 10010 | 0 | 10011 | 11111011 | 11100 | 1001001 |
Color Harmonies of #AFA8CE
Complementary color
Monochromatic Colors of #AFA8CE
Black with #AFA8CE
Text Example
Text Example
White with #AFA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA8CE; }
p { color: rgb(175,168,206); }
H1.HeaderClassName
{
color: #AFA8CE;
}
.AnyTagClassName
{
color: #AFA8CE;
}
</style>
background-color css
<style>
a { background-color: #AFA8CE; }
a { background-color: rgb(175,168,206); }
div.DivClassName
{
background-color: #AFA8CE;
}
.BgClassName
{
background-color: #AFA8CE;
}
</style>
border-color css
<style>
span { border-color: #AFA8CE; }
span { border-color: rgb(175,168,206); }
td.TdClassName
{
border-color: #AFA8CE;
}
.TagClassName
{
border-color: #AFA8CE;
}
</style>