Shades of Wistful #AFAAC0
Tints of Wistful #AFAAC0
RGB
CMYK
RGB Variations
Color information
#AFAAC0 (or 0xAFAAC0) is known color: Wistful. HEX triplet: AF, AA and C0. RGB value is (175,170,192). Sum of RGB (Red+Green+Blue) = 175+170+192=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFAAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAC0 is #50553F. Grayscale: #ADADAD. Windows color (decimal): -5264704 or 12626607. OLE color: 12626607.
HSL color Cylindrical-coordinate representation of color #AFAAC0: hue angle of 253.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFAAC0 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 175 | 170 | 192 | - |
CMYK | 0.09 | 0.11 | 0 | 0.25 |
HSL | 253.64º | 0.15% | 0.71% | - |
HSV(B) | 253.64º | 0.11% | 0.75% | - |
XYZ | 41.57 | 41.67 | 55.72 | - |
YUV | 174 | 138.16 | 128.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 170 | 192 | 0.09 | 0.11 | 0 | 0.25 | 253.64 | 0.15 | 0.71 |
Hex | AF | AA | C0 | 9 | B | 0 | 19 | FE | F | 47 |
Octal | 257 | 252 | 300 | 11 | 13 | 0 | 31 | 376 | 17 | 107 |
Binary | 10101111 | 10101010 | 11000000 | 1001 | 1011 | 0 | 11001 | 11111110 | 1111 | 1000111 |
Color Harmonies of #AFAAC0
Complementary color
Monochromatic Colors of #AFAAC0
Black with #AFAAC0
Text Example
Text Example
White with #AFAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAC0; }
p { color: rgb(175,170,192); }
H1.HeaderClassName
{
color: #AFAAC0;
}
.AnyTagClassName
{
color: #AFAAC0;
}
</style>
background-color css
<style>
a { background-color: #AFAAC0; }
a { background-color: rgb(175,170,192); }
div.DivClassName
{
background-color: #AFAAC0;
}
.BgClassName
{
background-color: #AFAAC0;
}
</style>
border-color css
<style>
span { border-color: #AFAAC0; }
span { border-color: rgb(175,170,192); }
td.TdClassName
{
border-color: #AFAAC0;
}
.TagClassName
{
border-color: #AFAAC0;
}
</style>