Shades of Wistful #AFADC1
Tints of Wistful #AFADC1
RGB
CMYK
RGB Variations
Color information
#AFADC1 (or 0xAFADC1) is known color: Wistful. HEX triplet: AF, AD and C1. RGB value is (175,173,193). Sum of RGB (Red+Green+Blue) = 175+173+193=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADC1 is #50523E. Grayscale: #AFAFAF. Windows color (decimal): -5263935 or 12692911. OLE color: 12692911.
HSL color Cylindrical-coordinate representation of color #AFADC1: hue angle of 246º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFADC1 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 173 | 193 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.24 |
| HSL | 246º | 0.14% | 0.72% | - |
| HSV(B) | 246º | 0.1% | 0.76% | - |
| XYZ | 42.25 | 42.85 | 56.5 | - |
| YUV | 175.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 193 | 0.09 | 0.10 | 0 | 0.24 | 246 | 0.14 | 0.72 |
| Hex | AF | AD | C1 | 9 | A | 0 | 18 | F6 | E | 48 |
| Octal | 257 | 255 | 301 | 11 | 12 | 0 | 30 | 366 | 16 | 110 |
| Binary | 10101111 | 10101101 | 11000001 | 1001 | 1010 | 0 | 11000 | 11110110 | 1110 | 1001000 |
Color Harmonies of #AFADC1
Complementary color
Monochromatic Colors of #AFADC1
Black with #AFADC1
Text Example
Text Example
White with #AFADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADC1; }
p { color: rgb(175,173,193); }
H1.HeaderClassName
{
color: #AFADC1;
}
.AnyTagClassName
{
color: #AFADC1;
}
</style>
background-color css
<style>
a { background-color: #AFADC1; }
a { background-color: rgb(175,173,193); }
div.DivClassName
{
background-color: #AFADC1;
}
.BgClassName
{
background-color: #AFADC1;
}
</style>
border-color css
<style>
span { border-color: #AFADC1; }
span { border-color: rgb(175,173,193); }
td.TdClassName
{
border-color: #AFADC1;
}
.TagClassName
{
border-color: #AFADC1;
}
</style>