Shades of Wistful #AFACC8
Tints of Wistful #AFACC8
RGB
CMYK
RGB Variations
Color information
#AFACC8 (or 0xAFACC8) is known color: Wistful. HEX triplet: AF, AC and C8. RGB value is (175,172,200). Sum of RGB (Red+Green+Blue) = 175+172+200=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACC8 is #505337. Grayscale: #AFAFAF. Windows color (decimal): -5264184 or 13151407. OLE color: 13151407.
HSL color Cylindrical-coordinate representation of color #AFACC8: hue angle of 246.43º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFACC8 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 172 | 200 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.22 |
| HSL | 246.43º | 0.2% | 0.73% | - |
| HSV(B) | 246.43º | 0.14% | 0.78% | - |
| XYZ | 42.86 | 42.79 | 60.64 | - |
| YUV | 176.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 200 | 0.12 | 0.14 | 0 | 0.22 | 246.43 | 0.2 | 0.73 |
| Hex | AF | AC | C8 | C | E | 0 | 16 | F6 | 14 | 49 |
| Octal | 257 | 254 | 310 | 14 | 16 | 0 | 26 | 366 | 24 | 111 |
| Binary | 10101111 | 10101100 | 11001000 | 1100 | 1110 | 0 | 10110 | 11110110 | 10100 | 1001001 |
Color Harmonies of #AFACC8
Complementary color
Monochromatic Colors of #AFACC8
Black with #AFACC8
Text Example
Text Example
White with #AFACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACC8; }
p { color: rgb(175,172,200); }
H1.HeaderClassName
{
color: #AFACC8;
}
.AnyTagClassName
{
color: #AFACC8;
}
</style>
background-color css
<style>
a { background-color: #AFACC8; }
a { background-color: rgb(175,172,200); }
div.DivClassName
{
background-color: #AFACC8;
}
.BgClassName
{
background-color: #AFACC8;
}
</style>
border-color css
<style>
span { border-color: #AFACC8; }
span { border-color: rgb(175,172,200); }
td.TdClassName
{
border-color: #AFACC8;
}
.TagClassName
{
border-color: #AFACC8;
}
</style>