Shades of Wistful #AFA6DB
Tints of Wistful #AFA6DB
RGB
CMYK
RGB Variations
Color information
#AFA6DB (or 0xAFA6DB) is known color: Wistful. HEX triplet: AF, A6 and DB. RGB value is (175,166,219). Sum of RGB (Red+Green+Blue) = 175+166+219=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFA6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6DB is #505924. Grayscale: #AEAEAE. Windows color (decimal): -5265701 or 14395055. OLE color: 14395055.
HSL color Cylindrical-coordinate representation of color #AFA6DB: hue angle of 250.19º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFA6DB is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 166 | 219 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.14 |
| HSL | 250.19º | 0.42% | 0.75% | - |
| HSV(B) | 250.19º | 0.24% | 0.86% | - |
| XYZ | 44.1 | 41.5 | 72.7 | - |
| YUV | 174.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 219 | 0.20 | 0.24 | 0 | 0.14 | 250.19 | 0.42 | 0.75 |
| Hex | AF | A6 | DB | 14 | 18 | 0 | E | FA | 2A | 4B |
| Octal | 257 | 246 | 333 | 24 | 30 | 0 | 16 | 372 | 52 | 113 |
| Binary | 10101111 | 10100110 | 11011011 | 10100 | 11000 | 0 | 1110 | 11111010 | 101010 | 1001011 |
Color Harmonies of #AFA6DB
Complementary color
Monochromatic Colors of #AFA6DB
Black with #AFA6DB
Text Example
Text Example
White with #AFA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA6DB; }
p { color: rgb(175,166,219); }
H1.HeaderClassName
{
color: #AFA6DB;
}
.AnyTagClassName
{
color: #AFA6DB;
}
</style>
background-color css
<style>
a { background-color: #AFA6DB; }
a { background-color: rgb(175,166,219); }
div.DivClassName
{
background-color: #AFA6DB;
}
.BgClassName
{
background-color: #AFA6DB;
}
</style>
border-color css
<style>
span { border-color: #AFA6DB; }
span { border-color: rgb(175,166,219); }
td.TdClassName
{
border-color: #AFA6DB;
}
.TagClassName
{
border-color: #AFA6DB;
}
</style>