Shades of Wistful #A89ECF
Tints of Wistful #A89ECF
RGB
CMYK
RGB Variations
Color information
#A89ECF (or 0xA89ECF) is known color: Wistful. HEX triplet: A8, 9E and CF. RGB value is (168,158,207). Sum of RGB (Red+Green+Blue) = 168+158+207=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #A89ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ECF is #576130. Grayscale: #A6A6A6. Windows color (decimal): -5726513 or 13606568. OLE color: 13606568.
HSL color Cylindrical-coordinate representation of color #A89ECF: hue angle of 252.24º 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 #A89ECF is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 158 | 207 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.19 |
| HSL | 252.24º | 0.34% | 0.72% | - |
| HSV(B) | 252.24º | 0.24% | 0.81% | - |
| XYZ | 39.64 | 37.28 | 64.14 | - |
| YUV | 166.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 207 | 0.19 | 0.24 | 0 | 0.19 | 252.24 | 0.34 | 0.72 |
| Hex | A8 | 9E | CF | 13 | 18 | 0 | 13 | FC | 22 | 48 |
| Octal | 250 | 236 | 317 | 23 | 30 | 0 | 23 | 374 | 42 | 110 |
| Binary | 10101000 | 10011110 | 11001111 | 10011 | 11000 | 0 | 10011 | 11111100 | 100010 | 1001000 |
Color Harmonies of #A89ECF
Complementary color
Monochromatic Colors of #A89ECF
Black with #A89ECF
Text Example
Text Example
White with #A89ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89ECF; }
p { color: rgb(168,158,207); }
H1.HeaderClassName
{
color: #A89ECF;
}
.AnyTagClassName
{
color: #A89ECF;
}
</style>
background-color css
<style>
a { background-color: #A89ECF; }
a { background-color: rgb(168,158,207); }
div.DivClassName
{
background-color: #A89ECF;
}
.BgClassName
{
background-color: #A89ECF;
}
</style>
border-color css
<style>
span { border-color: #A89ECF; }
span { border-color: rgb(168,158,207); }
td.TdClassName
{
border-color: #A89ECF;
}
.TagClassName
{
border-color: #A89ECF;
}
</style>