Shades of Wistful #AFAACB
Tints of Wistful #AFAACB
RGB
CMYK
RGB Variations
Color information
#AFAACB (or 0xAFAACB) is known color: Wistful. HEX triplet: AF, AA and CB. RGB value is (175,170,203). Sum of RGB (Red+Green+Blue) = 175+170+203=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAACB is #505534. Grayscale: #AFAFAF. Windows color (decimal): -5264693 or 13347503. OLE color: 13347503.
HSL color Cylindrical-coordinate representation of color #AFAACB: hue angle of 249.09º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFAACB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 170 | 203 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.20 |
| HSL | 249.09º | 0.24% | 0.73% | - |
| HSV(B) | 249.09º | 0.16% | 0.8% | - |
| XYZ | 42.83 | 42.18 | 62.38 | - |
| YUV | 175.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 203 | 0.14 | 0.16 | 0 | 0.20 | 249.09 | 0.24 | 0.73 |
| Hex | AF | AA | CB | E | 10 | 0 | 14 | F9 | 18 | 49 |
| Octal | 257 | 252 | 313 | 16 | 20 | 0 | 24 | 371 | 30 | 111 |
| Binary | 10101111 | 10101010 | 11001011 | 1110 | 10000 | 0 | 10100 | 11111001 | 11000 | 1001001 |
Color Harmonies of #AFAACB
Complementary color
Monochromatic Colors of #AFAACB
Black with #AFAACB
Text Example
Text Example
White with #AFAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAACB; }
p { color: rgb(175,170,203); }
H1.HeaderClassName
{
color: #AFAACB;
}
.AnyTagClassName
{
color: #AFAACB;
}
</style>
background-color css
<style>
a { background-color: #AFAACB; }
a { background-color: rgb(175,170,203); }
div.DivClassName
{
background-color: #AFAACB;
}
.BgClassName
{
background-color: #AFAACB;
}
</style>
border-color css
<style>
span { border-color: #AFAACB; }
span { border-color: rgb(175,170,203); }
td.TdClassName
{
border-color: #AFAACB;
}
.TagClassName
{
border-color: #AFAACB;
}
</style>