Shades of Wistful #AFA6E0
Tints of Wistful #AFA6E0
RGB
CMYK
RGB Variations
Color information
#AFA6E0 (or 0xAFA6E0) is known color: Wistful. HEX triplet: AF, A6 and E0. RGB value is (175,166,224). Sum of RGB (Red+Green+Blue) = 175+166+224=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFA6E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6E0 is #50591F. Grayscale: #AFAFAF. Windows color (decimal): -5265696 or 14722735. OLE color: 14722735.
HSL color Cylindrical-coordinate representation of color #AFA6E0: hue angle of 249.31º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFA6E0 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 166 | 224 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.12 |
| HSL | 249.31º | 0.48% | 0.76% | - |
| HSV(B) | 249.31º | 0.26% | 0.88% | - |
| XYZ | 44.77 | 41.77 | 76.22 | - |
| YUV | 175.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 224 | 0.22 | 0.26 | 0 | 0.12 | 249.31 | 0.48 | 0.76 |
| Hex | AF | A6 | E0 | 16 | 1A | 0 | C | F9 | 30 | 4C |
| Octal | 257 | 246 | 340 | 26 | 32 | 0 | 14 | 371 | 60 | 114 |
| Binary | 10101111 | 10100110 | 11100000 | 10110 | 11010 | 0 | 1100 | 11111001 | 110000 | 1001100 |
Color Harmonies of #AFA6E0
Complementary color
Monochromatic Colors of #AFA6E0
Black with #AFA6E0
Text Example
Text Example
White with #AFA6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA6E0; }
p { color: rgb(175,166,224); }
H1.HeaderClassName
{
color: #AFA6E0;
}
.AnyTagClassName
{
color: #AFA6E0;
}
</style>
background-color css
<style>
a { background-color: #AFA6E0; }
a { background-color: rgb(175,166,224); }
div.DivClassName
{
background-color: #AFA6E0;
}
.BgClassName
{
background-color: #AFA6E0;
}
</style>
border-color css
<style>
span { border-color: #AFA6E0; }
span { border-color: rgb(175,166,224); }
td.TdClassName
{
border-color: #AFA6E0;
}
.TagClassName
{
border-color: #AFA6E0;
}
</style>