Shades of Wistful #A69FDB
Tints of Wistful #A69FDB
RGB
CMYK
RGB Variations
Color information
#A69FDB (or 0xA69FDB) is known color: Wistful. HEX triplet: A6, 9F and DB. RGB value is (166,159,219). Sum of RGB (Red+Green+Blue) = 166+159+219=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #A69FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69FDB is #596024. Grayscale: #A7A7A7. Windows color (decimal): -5857317 or 14393254. OLE color: 14393254.
HSL color Cylindrical-coordinate representation of color #A69FDB: hue angle of 247º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A69FDB is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 159 | 219 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.14 |
| HSL | 247º | 0.45% | 0.74% | - |
| HSV(B) | 247º | 0.27% | 0.86% | - |
| XYZ | 40.91 | 38.02 | 72.2 | - |
| YUV | 167.93 | 156.82 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 159 | 219 | 0.24 | 0.27 | 0 | 0.14 | 247 | 0.45 | 0.74 |
| Hex | A6 | 9F | DB | 18 | 1B | 0 | E | F7 | 2D | 4A |
| Octal | 246 | 237 | 333 | 30 | 33 | 0 | 16 | 367 | 55 | 112 |
| Binary | 10100110 | 10011111 | 11011011 | 11000 | 11011 | 0 | 1110 | 11110111 | 101101 | 1001010 |
Color Harmonies of #A69FDB
Complementary color
Monochromatic Colors of #A69FDB
Black with #A69FDB
Text Example
Text Example
White with #A69FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69FDB; }
p { color: rgb(166,159,219); }
H1.HeaderClassName
{
color: #A69FDB;
}
.AnyTagClassName
{
color: #A69FDB;
}
</style>
background-color css
<style>
a { background-color: #A69FDB; }
a { background-color: rgb(166,159,219); }
div.DivClassName
{
background-color: #A69FDB;
}
.BgClassName
{
background-color: #A69FDB;
}
</style>
border-color css
<style>
span { border-color: #A69FDB; }
span { border-color: rgb(166,159,219); }
td.TdClassName
{
border-color: #A69FDB;
}
.TagClassName
{
border-color: #A69FDB;
}
</style>