Shades of Wistful #AFADC2
Tints of Wistful #AFADC2
RGB
CMYK
RGB Variations
Color information
#AFADC2 (or 0xAFADC2) is known color: Wistful. HEX triplet: AF, AD and C2. RGB value is (175,173,194). Sum of RGB (Red+Green+Blue) = 175+173+194=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADC2 is #50523D. Grayscale: #AFAFAF. Windows color (decimal): -5263934 or 12758447. OLE color: 12758447.
HSL color Cylindrical-coordinate representation of color #AFADC2: hue angle of 245.71º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFADC2 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 175 | 173 | 194 | - |
CMYK | 0.10 | 0.11 | 0 | 0.24 |
HSL | 245.71º | 0.15% | 0.72% | - |
HSV(B) | 245.71º | 0.11% | 0.76% | - |
XYZ | 42.36 | 42.9 | 57.09 | - |
YUV | 175.99 | 138.16 | 127.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 173 | 194 | 0.10 | 0.11 | 0 | 0.24 | 245.71 | 0.15 | 0.72 |
Hex | AF | AD | C2 | A | B | 0 | 18 | F6 | F | 48 |
Octal | 257 | 255 | 302 | 12 | 13 | 0 | 30 | 366 | 17 | 110 |
Binary | 10101111 | 10101101 | 11000010 | 1010 | 1011 | 0 | 11000 | 11110110 | 1111 | 1001000 |
Color Harmonies of #AFADC2
Complementary color
Monochromatic Colors of #AFADC2
Black with #AFADC2
Text Example
Text Example
White with #AFADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADC2; }
p { color: rgb(175,173,194); }
H1.HeaderClassName
{
color: #AFADC2;
}
.AnyTagClassName
{
color: #AFADC2;
}
</style>
background-color css
<style>
a { background-color: #AFADC2; }
a { background-color: rgb(175,173,194); }
div.DivClassName
{
background-color: #AFADC2;
}
.BgClassName
{
background-color: #AFADC2;
}
</style>
border-color css
<style>
span { border-color: #AFADC2; }
span { border-color: rgb(175,173,194); }
td.TdClassName
{
border-color: #AFADC2;
}
.TagClassName
{
border-color: #AFADC2;
}
</style>