Shades of Wistful #AFAEC6
Tints of Wistful #AFAEC6
RGB
CMYK
RGB Variations
Color information
#AFAEC6 (or 0xAFAEC6) is known color: Wistful. HEX triplet: AF, AE and C6. RGB value is (175,174,198). Sum of RGB (Red+Green+Blue) = 175+174+198=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 198 - color contains mainly: blue. Hex color #AFAEC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEC6 is #505139. Grayscale: #B0B0B0. Windows color (decimal): -5263674 or 13020847. OLE color: 13020847.
HSL color Cylindrical-coordinate representation of color #AFAEC6: hue angle of 242.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFAEC6 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 174 | 198 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.22 |
| HSL | 242.5º | 0.17% | 0.73% | - |
| HSV(B) | 242.5º | 0.12% | 0.78% | - |
| XYZ | 43.01 | 43.46 | 59.55 | - |
| YUV | 177.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 198 | 0.12 | 0.12 | 0 | 0.22 | 242.5 | 0.17 | 0.73 |
| Hex | AF | AE | C6 | C | C | 0 | 16 | F2 | 11 | 49 |
| Octal | 257 | 256 | 306 | 14 | 14 | 0 | 26 | 362 | 21 | 111 |
| Binary | 10101111 | 10101110 | 11000110 | 1100 | 1100 | 0 | 10110 | 11110010 | 10001 | 1001001 |
Color Harmonies of #AFAEC6
Complementary color
Monochromatic Colors of #AFAEC6
Black with #AFAEC6
Text Example
Text Example
White with #AFAEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAEC6; }
p { color: rgb(175,174,198); }
H1.HeaderClassName
{
color: #AFAEC6;
}
.AnyTagClassName
{
color: #AFAEC6;
}
</style>
background-color css
<style>
a { background-color: #AFAEC6; }
a { background-color: rgb(175,174,198); }
div.DivClassName
{
background-color: #AFAEC6;
}
.BgClassName
{
background-color: #AFAEC6;
}
</style>
border-color css
<style>
span { border-color: #AFAEC6; }
span { border-color: rgb(175,174,198); }
td.TdClassName
{
border-color: #AFAEC6;
}
.TagClassName
{
border-color: #AFAEC6;
}
</style>