Shades of Wistful #AFACCE
Tints of Wistful #AFACCE
RGB
CMYK
RGB Variations
Color information
#AFACCE (or 0xAFACCE) is known color: Wistful. HEX triplet: AF, AC and CE. RGB value is (175,172,206). Sum of RGB (Red+Green+Blue) = 175+172+206=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACCE is #505331. Grayscale: #B0B0B0. Windows color (decimal): -5264178 or 13544623. OLE color: 13544623.
HSL color Cylindrical-coordinate representation of color #AFACCE: hue angle of 245.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFACCE is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 172 | 206 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.19 |
| HSL | 245.29º | 0.26% | 0.74% | - |
| HSV(B) | 245.29º | 0.17% | 0.81% | - |
| XYZ | 43.57 | 43.08 | 64.41 | - |
| YUV | 176.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 206 | 0.15 | 0.17 | 0 | 0.19 | 245.29 | 0.26 | 0.74 |
| Hex | AF | AC | CE | F | 11 | 0 | 13 | F5 | 1A | 4A |
| Octal | 257 | 254 | 316 | 17 | 21 | 0 | 23 | 365 | 32 | 112 |
| Binary | 10101111 | 10101100 | 11001110 | 1111 | 10001 | 0 | 10011 | 11110101 | 11010 | 1001010 |
Color Harmonies of #AFACCE
Complementary color
Monochromatic Colors of #AFACCE
Black with #AFACCE
Text Example
Text Example
White with #AFACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACCE; }
p { color: rgb(175,172,206); }
H1.HeaderClassName
{
color: #AFACCE;
}
.AnyTagClassName
{
color: #AFACCE;
}
</style>
background-color css
<style>
a { background-color: #AFACCE; }
a { background-color: rgb(175,172,206); }
div.DivClassName
{
background-color: #AFACCE;
}
.BgClassName
{
background-color: #AFACCE;
}
</style>
border-color css
<style>
span { border-color: #AFACCE; }
span { border-color: rgb(175,172,206); }
td.TdClassName
{
border-color: #AFACCE;
}
.TagClassName
{
border-color: #AFACCE;
}
</style>