Shades of Wistful #A89FE0
Tints of Wistful #A89FE0
RGB
CMYK
RGB Variations
Color information
#A89FE0 (or 0xA89FE0) is known color: Wistful. HEX triplet: A8, 9F and E0. RGB value is (168,159,224). Sum of RGB (Red+Green+Blue) = 168+159+224=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #A89FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FE0 is #57601F. Grayscale: #A8A8A8. Windows color (decimal): -5726240 or 14720936. OLE color: 14720936.
HSL color Cylindrical-coordinate representation of color #A89FE0: hue angle of 248.31º degrees, saturation: 0.51, 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 #A89FE0 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 159 | 224 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.12 |
| HSL | 248.31º | 0.51% | 0.75% | - |
| HSV(B) | 248.31º | 0.29% | 0.88% | - |
| XYZ | 42 | 38.5 | 75.74 | - |
| YUV | 169.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 224 | 0.25 | 0.29 | 0 | 0.12 | 248.31 | 0.51 | 0.75 |
| Hex | A8 | 9F | E0 | 19 | 1D | 0 | C | F8 | 33 | 4B |
| Octal | 250 | 237 | 340 | 31 | 35 | 0 | 14 | 370 | 63 | 113 |
| Binary | 10101000 | 10011111 | 11100000 | 11001 | 11101 | 0 | 1100 | 11111000 | 110011 | 1001011 |
Color Harmonies of #A89FE0
Complementary color
Monochromatic Colors of #A89FE0
Black with #A89FE0
Text Example
Text Example
White with #A89FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FE0; }
p { color: rgb(168,159,224); }
H1.HeaderClassName
{
color: #A89FE0;
}
.AnyTagClassName
{
color: #A89FE0;
}
</style>
background-color css
<style>
a { background-color: #A89FE0; }
a { background-color: rgb(168,159,224); }
div.DivClassName
{
background-color: #A89FE0;
}
.BgClassName
{
background-color: #A89FE0;
}
</style>
border-color css
<style>
span { border-color: #A89FE0; }
span { border-color: rgb(168,159,224); }
td.TdClassName
{
border-color: #A89FE0;
}
.TagClassName
{
border-color: #A89FE0;
}
</style>