Shades of Wistful #AFA8CB
Tints of Wistful #AFA8CB
RGB
CMYK
RGB Variations
Color information
#AFA8CB (or 0xAFA8CB) is known color: Wistful. HEX triplet: AF, A8 and CB. RGB value is (175,168,203). Sum of RGB (Red+Green+Blue) = 175+168+203=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFA8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8CB is #505734. Grayscale: #ADADAD. Windows color (decimal): -5265205 or 13346991. OLE color: 13346991.
HSL color Cylindrical-coordinate representation of color #AFA8CB: hue angle of 252º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFA8CB is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 168 | 203 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.20 |
| HSL | 252º | 0.25% | 0.73% | - |
| HSV(B) | 252º | 0.17% | 0.8% | - |
| XYZ | 42.46 | 41.43 | 62.26 | - |
| YUV | 174.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 203 | 0.14 | 0.17 | 0 | 0.20 | 252 | 0.25 | 0.73 |
| Hex | AF | A8 | CB | E | 11 | 0 | 14 | FC | 19 | 49 |
| Octal | 257 | 250 | 313 | 16 | 21 | 0 | 24 | 374 | 31 | 111 |
| Binary | 10101111 | 10101000 | 11001011 | 1110 | 10001 | 0 | 10100 | 11111100 | 11001 | 1001001 |
Color Harmonies of #AFA8CB
Complementary color
Monochromatic Colors of #AFA8CB
Black with #AFA8CB
Text Example
Text Example
White with #AFA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA8CB; }
p { color: rgb(175,168,203); }
H1.HeaderClassName
{
color: #AFA8CB;
}
.AnyTagClassName
{
color: #AFA8CB;
}
</style>
background-color css
<style>
a { background-color: #AFA8CB; }
a { background-color: rgb(175,168,203); }
div.DivClassName
{
background-color: #AFA8CB;
}
.BgClassName
{
background-color: #AFA8CB;
}
</style>
border-color css
<style>
span { border-color: #AFA8CB; }
span { border-color: rgb(175,168,203); }
td.TdClassName
{
border-color: #AFA8CB;
}
.TagClassName
{
border-color: #AFA8CB;
}
</style>