Shades of Wistful #AFACC0
Tints of Wistful #AFACC0
RGB
CMYK
RGB Variations
Color information
#AFACC0 (or 0xAFACC0) is known color: Wistful. HEX triplet: AF, AC and C0. RGB value is (175,172,192). Sum of RGB (Red+Green+Blue) = 175+172+192=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACC0 is #50533F. Grayscale: #AFAFAF. Windows color (decimal): -5264192 or 12627119. OLE color: 12627119.
HSL color Cylindrical-coordinate representation of color #AFACC0: hue angle of 249º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFACC0 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 172 | 192 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.25 |
| HSL | 249º | 0.14% | 0.71% | - |
| HSV(B) | 249º | 0.1% | 0.75% | - |
| XYZ | 41.95 | 42.42 | 55.85 | - |
| YUV | 175.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 192 | 0.09 | 0.10 | 0 | 0.25 | 249 | 0.14 | 0.71 |
| Hex | AF | AC | C0 | 9 | A | 0 | 19 | F9 | E | 47 |
| Octal | 257 | 254 | 300 | 11 | 12 | 0 | 31 | 371 | 16 | 107 |
| Binary | 10101111 | 10101100 | 11000000 | 1001 | 1010 | 0 | 11001 | 11111001 | 1110 | 1000111 |
Color Harmonies of #AFACC0
Complementary color
Monochromatic Colors of #AFACC0
Black with #AFACC0
Text Example
Text Example
White with #AFACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACC0; }
p { color: rgb(175,172,192); }
H1.HeaderClassName
{
color: #AFACC0;
}
.AnyTagClassName
{
color: #AFACC0;
}
</style>
background-color css
<style>
a { background-color: #AFACC0; }
a { background-color: rgb(175,172,192); }
div.DivClassName
{
background-color: #AFACC0;
}
.BgClassName
{
background-color: #AFACC0;
}
</style>
border-color css
<style>
span { border-color: #AFACC0; }
span { border-color: rgb(175,172,192); }
td.TdClassName
{
border-color: #AFACC0;
}
.TagClassName
{
border-color: #AFACC0;
}
</style>