Shades of Wistful #A89EDF
Tints of Wistful #A89EDF
RGB
CMYK
RGB Variations
Color information
#A89EDF (or 0xA89EDF) is known color: Wistful. HEX triplet: A8, 9E and DF. RGB value is (168,158,223). Sum of RGB (Red+Green+Blue) = 168+158+223=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #A89EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89EDF is #576120. Grayscale: #A8A8A8. Windows color (decimal): -5726497 or 14655144. OLE color: 14655144.
HSL color Cylindrical-coordinate representation of color #A89EDF: hue angle of 249.23º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A89EDF is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 158 | 223 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.13 |
| HSL | 249.23º | 0.5% | 0.75% | - |
| HSV(B) | 249.23º | 0.29% | 0.87% | - |
| XYZ | 41.69 | 38.11 | 74.97 | - |
| YUV | 168.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 223 | 0.25 | 0.29 | 0 | 0.13 | 249.23 | 0.5 | 0.75 |
| Hex | A8 | 9E | DF | 19 | 1D | 0 | D | F9 | 32 | 4B |
| Octal | 250 | 236 | 337 | 31 | 35 | 0 | 15 | 371 | 62 | 113 |
| Binary | 10101000 | 10011110 | 11011111 | 11001 | 11101 | 0 | 1101 | 11111001 | 110010 | 1001011 |
Color Harmonies of #A89EDF
Complementary color
Monochromatic Colors of #A89EDF
Black with #A89EDF
Text Example
Text Example
White with #A89EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89EDF; }
p { color: rgb(168,158,223); }
H1.HeaderClassName
{
color: #A89EDF;
}
.AnyTagClassName
{
color: #A89EDF;
}
</style>
background-color css
<style>
a { background-color: #A89EDF; }
a { background-color: rgb(168,158,223); }
div.DivClassName
{
background-color: #A89EDF;
}
.BgClassName
{
background-color: #A89EDF;
}
</style>
border-color css
<style>
span { border-color: #A89EDF; }
span { border-color: rgb(168,158,223); }
td.TdClassName
{
border-color: #A89EDF;
}
.TagClassName
{
border-color: #A89EDF;
}
</style>