Shades of Wistful #AFAACC
Tints of Wistful #AFAACC
RGB
CMYK
RGB Variations
Color information
#AFAACC (or 0xAFAACC) is known color: Wistful. HEX triplet: AF, AA and CC. RGB value is (175,170,204). Sum of RGB (Red+Green+Blue) = 175+170+204=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAACC is #505533. Grayscale: #AFAFAF. Windows color (decimal): -5264692 or 13413039. OLE color: 13413039.
HSL color Cylindrical-coordinate representation of color #AFAACC: hue angle of 248.82º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFAACC is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 170 | 204 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.2 |
| HSL | 248.82º | 0.25% | 0.73% | - |
| HSV(B) | 248.82º | 0.17% | 0.8% | - |
| XYZ | 42.95 | 42.22 | 63.01 | - |
| YUV | 175.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 204 | 0.14 | 0.17 | 0 | 0.2 | 248.82 | 0.25 | 0.73 |
| Hex | AF | AA | CC | E | 11 | 0 | 14 | F9 | 19 | 49 |
| Octal | 257 | 252 | 314 | 16 | 21 | 0 | 24 | 371 | 31 | 111 |
| Binary | 10101111 | 10101010 | 11001100 | 1110 | 10001 | 0 | 10100 | 11111001 | 11001 | 1001001 |
Color Harmonies of #AFAACC
Complementary color
Monochromatic Colors of #AFAACC
Black with #AFAACC
Text Example
Text Example
White with #AFAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAACC; }
p { color: rgb(175,170,204); }
H1.HeaderClassName
{
color: #AFAACC;
}
.AnyTagClassName
{
color: #AFAACC;
}
</style>
background-color css
<style>
a { background-color: #AFAACC; }
a { background-color: rgb(175,170,204); }
div.DivClassName
{
background-color: #AFAACC;
}
.BgClassName
{
background-color: #AFAACC;
}
</style>
border-color css
<style>
span { border-color: #AFAACC; }
span { border-color: rgb(175,170,204); }
td.TdClassName
{
border-color: #AFAACC;
}
.TagClassName
{
border-color: #AFAACC;
}
</style>