Shades of Wistful #A69ECF
Tints of Wistful #A69ECF
RGB
CMYK
RGB Variations
Color information
#A69ECF (or 0xA69ECF) is known color: Wistful. HEX triplet: A6, 9E and CF. RGB value is (166,158,207). Sum of RGB (Red+Green+Blue) = 166+158+207=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #A69ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ECF is #596130. Grayscale: #A5A5A5. Windows color (decimal): -5857585 or 13606566. OLE color: 13606566.
HSL color Cylindrical-coordinate representation of color #A69ECF: hue angle of 249.8º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A69ECF is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 158 | 207 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.19 |
| HSL | 249.8º | 0.34% | 0.72% | - |
| HSV(B) | 249.8º | 0.24% | 0.81% | - |
| XYZ | 39.22 | 37.07 | 64.12 | - |
| YUV | 165.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 158 | 207 | 0.20 | 0.24 | 0 | 0.19 | 249.8 | 0.34 | 0.72 |
| Hex | A6 | 9E | CF | 14 | 18 | 0 | 13 | FA | 22 | 48 |
| Octal | 246 | 236 | 317 | 24 | 30 | 0 | 23 | 372 | 42 | 110 |
| Binary | 10100110 | 10011110 | 11001111 | 10100 | 11000 | 0 | 10011 | 11111010 | 100010 | 1001000 |
Color Harmonies of #A69ECF
Complementary color
Monochromatic Colors of #A69ECF
Black with #A69ECF
Text Example
Text Example
White with #A69ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69ECF; }
p { color: rgb(166,158,207); }
H1.HeaderClassName
{
color: #A69ECF;
}
.AnyTagClassName
{
color: #A69ECF;
}
</style>
background-color css
<style>
a { background-color: #A69ECF; }
a { background-color: rgb(166,158,207); }
div.DivClassName
{
background-color: #A69ECF;
}
.BgClassName
{
background-color: #A69ECF;
}
</style>
border-color css
<style>
span { border-color: #A69ECF; }
span { border-color: rgb(166,158,207); }
td.TdClassName
{
border-color: #A69ECF;
}
.TagClassName
{
border-color: #A69ECF;
}
</style>