Shades of Wistful #AFAACF
Tints of Wistful #AFAACF
RGB
CMYK
RGB Variations
Color information
#AFAACF (or 0xAFAACF) is known color: Wistful. HEX triplet: AF, AA and CF. RGB value is (175,170,207). Sum of RGB (Red+Green+Blue) = 175+170+207=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFAACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAACF is #505530. Grayscale: #AFAFAF. Windows color (decimal): -5264689 or 13609647. OLE color: 13609647.
HSL color Cylindrical-coordinate representation of color #AFAACF: hue angle of 248.11º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFAACF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 170 | 207 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.19 |
| HSL | 248.11º | 0.28% | 0.74% | - |
| HSV(B) | 248.11º | 0.18% | 0.81% | - |
| XYZ | 43.32 | 42.37 | 64.93 | - |
| YUV | 175.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 207 | 0.15 | 0.18 | 0 | 0.19 | 248.11 | 0.28 | 0.74 |
| Hex | AF | AA | CF | F | 12 | 0 | 13 | F8 | 1C | 4A |
| Octal | 257 | 252 | 317 | 17 | 22 | 0 | 23 | 370 | 34 | 112 |
| Binary | 10101111 | 10101010 | 11001111 | 1111 | 10010 | 0 | 10011 | 11111000 | 11100 | 1001010 |
Color Harmonies of #AFAACF
Complementary color
Monochromatic Colors of #AFAACF
Black with #AFAACF
Text Example
Text Example
White with #AFAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAACF; }
p { color: rgb(175,170,207); }
H1.HeaderClassName
{
color: #AFAACF;
}
.AnyTagClassName
{
color: #AFAACF;
}
</style>
background-color css
<style>
a { background-color: #AFAACF; }
a { background-color: rgb(175,170,207); }
div.DivClassName
{
background-color: #AFAACF;
}
.BgClassName
{
background-color: #AFAACF;
}
</style>
border-color css
<style>
span { border-color: #AFAACF; }
span { border-color: rgb(175,170,207); }
td.TdClassName
{
border-color: #AFAACF;
}
.TagClassName
{
border-color: #AFAACF;
}
</style>