Shades of Wistful #A69EDB
Tints of Wistful #A69EDB
RGB
CMYK
RGB Variations
Color information
#A69EDB (or 0xA69EDB) is known color: Wistful. HEX triplet: A6, 9E and DB. RGB value is (166,158,219). Sum of RGB (Red+Green+Blue) = 166+158+219=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #A69EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69EDB is #596124. Grayscale: #A7A7A7. Windows color (decimal): -5857573 or 14392998. OLE color: 14392998.
HSL color Cylindrical-coordinate representation of color #A69EDB: hue angle of 247.87º 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 #A69EDB is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 158 | 219 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.14 |
| HSL | 247.87º | 0.46% | 0.74% | - |
| HSV(B) | 247.87º | 0.28% | 0.86% | - |
| XYZ | 40.74 | 37.68 | 72.14 | - |
| YUV | 167.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 219 | 0.24 | 0.28 | 0 | 0.14 | 247.87 | 0.46 | 0.74 |
| Hex | A6 | 9E | DB | 18 | 1C | 0 | E | F8 | 2E | 4A |
| Octal | 246 | 236 | 333 | 30 | 34 | 0 | 16 | 370 | 56 | 112 |
| Binary | 10100110 | 10011110 | 11011011 | 11000 | 11100 | 0 | 1110 | 11111000 | 101110 | 1001010 |
Color Harmonies of #A69EDB
Complementary color
Monochromatic Colors of #A69EDB
Black with #A69EDB
Text Example
Text Example
White with #A69EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69EDB; }
p { color: rgb(166,158,219); }
H1.HeaderClassName
{
color: #A69EDB;
}
.AnyTagClassName
{
color: #A69EDB;
}
</style>
background-color css
<style>
a { background-color: #A69EDB; }
a { background-color: rgb(166,158,219); }
div.DivClassName
{
background-color: #A69EDB;
}
.BgClassName
{
background-color: #A69EDB;
}
</style>
border-color css
<style>
span { border-color: #A69EDB; }
span { border-color: rgb(166,158,219); }
td.TdClassName
{
border-color: #A69EDB;
}
.TagClassName
{
border-color: #A69EDB;
}
</style>