Shades of Wistful #A69DE5
Tints of Wistful #A69DE5
RGB
CMYK
RGB Variations
Color information
#A69DE5 (or 0xA69DE5) is known color: Wistful. HEX triplet: A6, 9D and E5. RGB value is (166,157,229). Sum of RGB (Red+Green+Blue) = 166+157+229=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #A69DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DE5 is #59621A. Grayscale: #A7A7A7. Windows color (decimal): -5857819 or 15048102. OLE color: 15048102.
HSL color Cylindrical-coordinate representation of color #A69DE5: hue angle of 247.5º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A69DE5 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 157 | 229 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.10 |
| HSL | 247.5º | 0.58% | 0.76% | - |
| HSV(B) | 247.5º | 0.31% | 0.9% | - |
| XYZ | 41.93 | 37.88 | 79.23 | - |
| YUV | 167.9 | 162.48 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 229 | 0.28 | 0.31 | 0 | 0.10 | 247.5 | 0.58 | 0.76 |
| Hex | A6 | 9D | E5 | 1C | 1F | 0 | A | F8 | 3A | 4C |
| Octal | 246 | 235 | 345 | 34 | 37 | 0 | 12 | 370 | 72 | 114 |
| Binary | 10100110 | 10011101 | 11100101 | 11100 | 11111 | 0 | 1010 | 11111000 | 111010 | 1001100 |
Color Harmonies of #A69DE5
Complementary color
Monochromatic Colors of #A69DE5
Black with #A69DE5
Text Example
Text Example
White with #A69DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DE5; }
p { color: rgb(166,157,229); }
H1.HeaderClassName
{
color: #A69DE5;
}
.AnyTagClassName
{
color: #A69DE5;
}
</style>
background-color css
<style>
a { background-color: #A69DE5; }
a { background-color: rgb(166,157,229); }
div.DivClassName
{
background-color: #A69DE5;
}
.BgClassName
{
background-color: #A69DE5;
}
</style>
border-color css
<style>
span { border-color: #A69DE5; }
span { border-color: rgb(166,157,229); }
td.TdClassName
{
border-color: #A69DE5;
}
.TagClassName
{
border-color: #A69DE5;
}
</style>