Shades of Wistful #A89DCF
Tints of Wistful #A89DCF
RGB
CMYK
RGB Variations
Color information
#A89DCF (or 0xA89DCF) is known color: Wistful. HEX triplet: A8, 9D and CF. RGB value is (168,157,207). Sum of RGB (Red+Green+Blue) = 168+157+207=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #A89DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DCF is #576230. Grayscale: #A5A5A5. Windows color (decimal): -5726769 or 13606312. OLE color: 13606312.
HSL color Cylindrical-coordinate representation of color #A89DCF: hue angle of 253.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A89DCF is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 157 | 207 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.19 |
| HSL | 253.2º | 0.34% | 0.71% | - |
| HSV(B) | 253.2º | 0.24% | 0.81% | - |
| XYZ | 39.47 | 36.94 | 64.08 | - |
| YUV | 165.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 207 | 0.19 | 0.24 | 0 | 0.19 | 253.2 | 0.34 | 0.71 |
| Hex | A8 | 9D | CF | 13 | 18 | 0 | 13 | FD | 22 | 47 |
| Octal | 250 | 235 | 317 | 23 | 30 | 0 | 23 | 375 | 42 | 107 |
| Binary | 10101000 | 10011101 | 11001111 | 10011 | 11000 | 0 | 10011 | 11111101 | 100010 | 1000111 |
Color Harmonies of #A89DCF
Complementary color
Monochromatic Colors of #A89DCF
Black with #A89DCF
Text Example
Text Example
White with #A89DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DCF; }
p { color: rgb(168,157,207); }
H1.HeaderClassName
{
color: #A89DCF;
}
.AnyTagClassName
{
color: #A89DCF;
}
</style>
background-color css
<style>
a { background-color: #A89DCF; }
a { background-color: rgb(168,157,207); }
div.DivClassName
{
background-color: #A89DCF;
}
.BgClassName
{
background-color: #A89DCF;
}
</style>
border-color css
<style>
span { border-color: #A89DCF; }
span { border-color: rgb(168,157,207); }
td.TdClassName
{
border-color: #A89DCF;
}
.TagClassName
{
border-color: #A89DCF;
}
</style>