Shades of Wistful #A69DE8
Tints of Wistful #A69DE8
RGB
CMYK
RGB Variations
Color information
#A69DE8 (or 0xA69DE8) is known color: Wistful. HEX triplet: A6, 9D and E8. RGB value is (166,157,232). Sum of RGB (Red+Green+Blue) = 166+157+232=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #A69DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69DE8 is #596217. Grayscale: #A7A7A7. Windows color (decimal): -5857816 or 15244710. OLE color: 15244710.
HSL color Cylindrical-coordinate representation of color #A69DE8: hue angle of 247.2º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A69DE8 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 157 | 232 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.09 |
| HSL | 247.2º | 0.62% | 0.76% | - |
| HSV(B) | 247.2º | 0.32% | 0.91% | - |
| XYZ | 42.35 | 38.05 | 81.46 | - |
| YUV | 168.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 232 | 0.28 | 0.32 | 0 | 0.09 | 247.2 | 0.62 | 0.76 |
| Hex | A6 | 9D | E8 | 1C | 20 | 0 | 9 | F7 | 3E | 4C |
| Octal | 246 | 235 | 350 | 34 | 40 | 0 | 11 | 367 | 76 | 114 |
| Binary | 10100110 | 10011101 | 11101000 | 11100 | 100000 | 0 | 1001 | 11110111 | 111110 | 1001100 |
Color Harmonies of #A69DE8
Complementary color
Monochromatic Colors of #A69DE8
Black with #A69DE8
Text Example
Text Example
White with #A69DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DE8; }
p { color: rgb(166,157,232); }
H1.HeaderClassName
{
color: #A69DE8;
}
.AnyTagClassName
{
color: #A69DE8;
}
</style>
background-color css
<style>
a { background-color: #A69DE8; }
a { background-color: rgb(166,157,232); }
div.DivClassName
{
background-color: #A69DE8;
}
.BgClassName
{
background-color: #A69DE8;
}
</style>
border-color css
<style>
span { border-color: #A69DE8; }
span { border-color: rgb(166,157,232); }
td.TdClassName
{
border-color: #A69DE8;
}
.TagClassName
{
border-color: #A69DE8;
}
</style>