Shades of Wistful #A89ED0
Tints of Wistful #A89ED0
RGB
CMYK
RGB Variations
Color information
#A89ED0 (or 0xA89ED0) is known color: Wistful. HEX triplet: A8, 9E and D0. RGB value is (168,158,208). Sum of RGB (Red+Green+Blue) = 168+158+208=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #A89ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ED0 is #57612F. Grayscale: #A6A6A6. Windows color (decimal): -5726512 or 13672104. OLE color: 13672104.
HSL color Cylindrical-coordinate representation of color #A89ED0: hue angle of 252º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A89ED0 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 158 | 208 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.18 |
| HSL | 252º | 0.35% | 0.72% | - |
| HSV(B) | 252º | 0.24% | 0.82% | - |
| XYZ | 39.76 | 37.33 | 64.78 | - |
| YUV | 166.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 208 | 0.19 | 0.24 | 0 | 0.18 | 252 | 0.35 | 0.72 |
| Hex | A8 | 9E | D0 | 13 | 18 | 0 | 12 | FC | 23 | 48 |
| Octal | 250 | 236 | 320 | 23 | 30 | 0 | 22 | 374 | 43 | 110 |
| Binary | 10101000 | 10011110 | 11010000 | 10011 | 11000 | 0 | 10010 | 11111100 | 100011 | 1001000 |
Color Harmonies of #A89ED0
Complementary color
Monochromatic Colors of #A89ED0
Black with #A89ED0
Text Example
Text Example
White with #A89ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89ED0; }
p { color: rgb(168,158,208); }
H1.HeaderClassName
{
color: #A89ED0;
}
.AnyTagClassName
{
color: #A89ED0;
}
</style>
background-color css
<style>
a { background-color: #A89ED0; }
a { background-color: rgb(168,158,208); }
div.DivClassName
{
background-color: #A89ED0;
}
.BgClassName
{
background-color: #A89ED0;
}
</style>
border-color css
<style>
span { border-color: #A89ED0; }
span { border-color: rgb(168,158,208); }
td.TdClassName
{
border-color: #A89ED0;
}
.TagClassName
{
border-color: #A89ED0;
}
</style>