Shades of Wistful #AFA8CF
Tints of Wistful #AFA8CF
RGB
CMYK
RGB Variations
Color information
#AFA8CF (or 0xAFA8CF) is known color: Wistful. HEX triplet: AF, A8 and CF. RGB value is (175,168,207). Sum of RGB (Red+Green+Blue) = 175+168+207=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFA8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8CF is #505730. Grayscale: #AEAEAE. Windows color (decimal): -5265201 or 13609135. OLE color: 13609135.
HSL color Cylindrical-coordinate representation of color #AFA8CF: hue angle of 250.77º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFA8CF is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 168 | 207 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.19 |
| HSL | 250.77º | 0.29% | 0.74% | - |
| HSV(B) | 250.77º | 0.19% | 0.81% | - |
| XYZ | 42.94 | 41.62 | 64.8 | - |
| YUV | 174.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 207 | 0.15 | 0.19 | 0 | 0.19 | 250.77 | 0.29 | 0.74 |
| Hex | AF | A8 | CF | F | 13 | 0 | 13 | FB | 1D | 4A |
| Octal | 257 | 250 | 317 | 17 | 23 | 0 | 23 | 373 | 35 | 112 |
| Binary | 10101111 | 10101000 | 11001111 | 1111 | 10011 | 0 | 10011 | 11111011 | 11101 | 1001010 |
Color Harmonies of #AFA8CF
Complementary color
Monochromatic Colors of #AFA8CF
Black with #AFA8CF
Text Example
Text Example
White with #AFA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA8CF; }
p { color: rgb(175,168,207); }
H1.HeaderClassName
{
color: #AFA8CF;
}
.AnyTagClassName
{
color: #AFA8CF;
}
</style>
background-color css
<style>
a { background-color: #AFA8CF; }
a { background-color: rgb(175,168,207); }
div.DivClassName
{
background-color: #AFA8CF;
}
.BgClassName
{
background-color: #AFA8CF;
}
</style>
border-color css
<style>
span { border-color: #AFA8CF; }
span { border-color: rgb(175,168,207); }
td.TdClassName
{
border-color: #AFA8CF;
}
.TagClassName
{
border-color: #AFA8CF;
}
</style>