Shades of Wistful #A69DDB
Tints of Wistful #A69DDB
RGB
CMYK
RGB Variations
Color information
#A69DDB (or 0xA69DDB) is known color: Wistful. HEX triplet: A6, 9D and DB. RGB value is (166,157,219). Sum of RGB (Red+Green+Blue) = 166+157+219=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #A69DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DDB is #596224. Grayscale: #A6A6A6. Windows color (decimal): -5857829 or 14392742. OLE color: 14392742.
HSL color Cylindrical-coordinate representation of color #A69DDB: hue angle of 248.71º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A69DDB is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 157 | 219 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.14 |
| HSL | 248.71º | 0.46% | 0.74% | - |
| HSV(B) | 248.71º | 0.28% | 0.86% | - |
| XYZ | 40.57 | 37.34 | 72.09 | - |
| YUV | 166.76 | 157.48 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 219 | 0.24 | 0.28 | 0 | 0.14 | 248.71 | 0.46 | 0.74 |
| Hex | A6 | 9D | DB | 18 | 1C | 0 | E | F9 | 2E | 4A |
| Octal | 246 | 235 | 333 | 30 | 34 | 0 | 16 | 371 | 56 | 112 |
| Binary | 10100110 | 10011101 | 11011011 | 11000 | 11100 | 0 | 1110 | 11111001 | 101110 | 1001010 |
Color Harmonies of #A69DDB
Complementary color
Monochromatic Colors of #A69DDB
Black with #A69DDB
Text Example
Text Example
White with #A69DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DDB; }
p { color: rgb(166,157,219); }
H1.HeaderClassName
{
color: #A69DDB;
}
.AnyTagClassName
{
color: #A69DDB;
}
</style>
background-color css
<style>
a { background-color: #A69DDB; }
a { background-color: rgb(166,157,219); }
div.DivClassName
{
background-color: #A69DDB;
}
.BgClassName
{
background-color: #A69DDB;
}
</style>
border-color css
<style>
span { border-color: #A69DDB; }
span { border-color: rgb(166,157,219); }
td.TdClassName
{
border-color: #A69DDB;
}
.TagClassName
{
border-color: #A69DDB;
}
</style>