Shades of Wistful #AFACCC
Tints of Wistful #AFACCC
RGB
CMYK
RGB Variations
Color information
#AFACCC (or 0xAFACCC) is known color: Wistful. HEX triplet: AF, AC and CC. RGB value is (175,172,204). Sum of RGB (Red+Green+Blue) = 175+172+204=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACCC is #505333. Grayscale: #B0B0B0. Windows color (decimal): -5264180 or 13413551. OLE color: 13413551.
HSL color Cylindrical-coordinate representation of color #AFACCC: hue angle of 245.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFACCC is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 172 | 204 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.2 |
| HSL | 245.63º | 0.24% | 0.74% | - |
| HSV(B) | 245.63º | 0.16% | 0.8% | - |
| XYZ | 43.33 | 42.98 | 63.14 | - |
| YUV | 176.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 204 | 0.14 | 0.16 | 0 | 0.2 | 245.63 | 0.24 | 0.74 |
| Hex | AF | AC | CC | E | 10 | 0 | 14 | F6 | 18 | 4A |
| Octal | 257 | 254 | 314 | 16 | 20 | 0 | 24 | 366 | 30 | 112 |
| Binary | 10101111 | 10101100 | 11001100 | 1110 | 10000 | 0 | 10100 | 11110110 | 11000 | 1001010 |
Color Harmonies of #AFACCC
Complementary color
Monochromatic Colors of #AFACCC
Black with #AFACCC
Text Example
Text Example
White with #AFACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACCC; }
p { color: rgb(175,172,204); }
H1.HeaderClassName
{
color: #AFACCC;
}
.AnyTagClassName
{
color: #AFACCC;
}
</style>
background-color css
<style>
a { background-color: #AFACCC; }
a { background-color: rgb(175,172,204); }
div.DivClassName
{
background-color: #AFACCC;
}
.BgClassName
{
background-color: #AFACCC;
}
</style>
border-color css
<style>
span { border-color: #AFACCC; }
span { border-color: rgb(175,172,204); }
td.TdClassName
{
border-color: #AFACCC;
}
.TagClassName
{
border-color: #AFACCC;
}
</style>