Shades of Wistful #AFACD3
Tints of Wistful #AFACD3
RGB
CMYK
RGB Variations
Color information
#AFACD3 (or 0xAFACD3) is known color: Wistful. HEX triplet: AF, AC and D3. RGB value is (175,172,211). Sum of RGB (Red+Green+Blue) = 175+172+211=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFACD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACD3 is #50532C. Grayscale: #B1B1B1. Windows color (decimal): -5264173 or 13872303. OLE color: 13872303.
HSL color Cylindrical-coordinate representation of color #AFACD3: hue angle of 244.62º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFACD3 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 172 | 211 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.17 |
| HSL | 244.62º | 0.31% | 0.75% | - |
| HSV(B) | 244.62º | 0.18% | 0.83% | - |
| XYZ | 44.19 | 43.32 | 67.66 | - |
| YUV | 177.34 | 146.99 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 211 | 0.17 | 0.18 | 0 | 0.17 | 244.62 | 0.31 | 0.75 |
| Hex | AF | AC | D3 | 11 | 12 | 0 | 11 | F5 | 1F | 4B |
| Octal | 257 | 254 | 323 | 21 | 22 | 0 | 21 | 365 | 37 | 113 |
| Binary | 10101111 | 10101100 | 11010011 | 10001 | 10010 | 0 | 10001 | 11110101 | 11111 | 1001011 |
Color Harmonies of #AFACD3
Complementary color
Monochromatic Colors of #AFACD3
Black with #AFACD3
Text Example
Text Example
White with #AFACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACD3; }
p { color: rgb(175,172,211); }
H1.HeaderClassName
{
color: #AFACD3;
}
.AnyTagClassName
{
color: #AFACD3;
}
</style>
background-color css
<style>
a { background-color: #AFACD3; }
a { background-color: rgb(175,172,211); }
div.DivClassName
{
background-color: #AFACD3;
}
.BgClassName
{
background-color: #AFACD3;
}
</style>
border-color css
<style>
span { border-color: #AFACD3; }
span { border-color: rgb(175,172,211); }
td.TdClassName
{
border-color: #AFACD3;
}
.TagClassName
{
border-color: #AFACD3;
}
</style>