Shades of Wistful #A89EE0
Tints of Wistful #A89EE0
RGB
CMYK
RGB Variations
Color information
#A89EE0 (or 0xA89EE0) is known color: Wistful. HEX triplet: A8, 9E and E0. RGB value is (168,158,224). Sum of RGB (Red+Green+Blue) = 168+158+224=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #A89EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89EE0 is #57611F. Grayscale: #A8A8A8. Windows color (decimal): -5726496 or 14720680. OLE color: 14720680.
HSL color Cylindrical-coordinate representation of color #A89EE0: hue angle of 249.09º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A89EE0 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 158 | 224 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.12 |
| HSL | 249.09º | 0.52% | 0.75% | - |
| HSV(B) | 249.09º | 0.29% | 0.88% | - |
| XYZ | 41.83 | 38.16 | 75.68 | - |
| YUV | 168.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 224 | 0.25 | 0.29 | 0 | 0.12 | 249.09 | 0.52 | 0.75 |
| Hex | A8 | 9E | E0 | 19 | 1D | 0 | C | F9 | 34 | 4B |
| Octal | 250 | 236 | 340 | 31 | 35 | 0 | 14 | 371 | 64 | 113 |
| Binary | 10101000 | 10011110 | 11100000 | 11001 | 11101 | 0 | 1100 | 11111001 | 110100 | 1001011 |
Color Harmonies of #A89EE0
Complementary color
Monochromatic Colors of #A89EE0
Black with #A89EE0
Text Example
Text Example
White with #A89EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89EE0; }
p { color: rgb(168,158,224); }
H1.HeaderClassName
{
color: #A89EE0;
}
.AnyTagClassName
{
color: #A89EE0;
}
</style>
background-color css
<style>
a { background-color: #A89EE0; }
a { background-color: rgb(168,158,224); }
div.DivClassName
{
background-color: #A89EE0;
}
.BgClassName
{
background-color: #A89EE0;
}
</style>
border-color css
<style>
span { border-color: #A89EE0; }
span { border-color: rgb(168,158,224); }
td.TdClassName
{
border-color: #A89EE0;
}
.TagClassName
{
border-color: #A89EE0;
}
</style>