Shades of Wistful #A89FE5
Tints of Wistful #A89FE5
RGB
CMYK
RGB Variations
Color information
#A89FE5 (or 0xA89FE5) is known color: Wistful. HEX triplet: A8, 9F and E5. RGB value is (168,159,229). Sum of RGB (Red+Green+Blue) = 168+159+229=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #A89FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FE5 is #57601A. Grayscale: #A9A9A9. Windows color (decimal): -5726235 or 15048616. OLE color: 15048616.
HSL color Cylindrical-coordinate representation of color #A89FE5: hue angle of 247.71º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A89FE5 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 159 | 229 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.10 |
| HSL | 247.71º | 0.57% | 0.76% | - |
| HSV(B) | 247.71º | 0.31% | 0.9% | - |
| XYZ | 42.69 | 38.78 | 79.36 | - |
| YUV | 169.67 | 161.48 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 229 | 0.27 | 0.31 | 0 | 0.10 | 247.71 | 0.57 | 0.76 |
| Hex | A8 | 9F | E5 | 1B | 1F | 0 | A | F8 | 39 | 4C |
| Octal | 250 | 237 | 345 | 33 | 37 | 0 | 12 | 370 | 71 | 114 |
| Binary | 10101000 | 10011111 | 11100101 | 11011 | 11111 | 0 | 1010 | 11111000 | 111001 | 1001100 |
Color Harmonies of #A89FE5
Complementary color
Monochromatic Colors of #A89FE5
Black with #A89FE5
Text Example
Text Example
White with #A89FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FE5; }
p { color: rgb(168,159,229); }
H1.HeaderClassName
{
color: #A89FE5;
}
.AnyTagClassName
{
color: #A89FE5;
}
</style>
background-color css
<style>
a { background-color: #A89FE5; }
a { background-color: rgb(168,159,229); }
div.DivClassName
{
background-color: #A89FE5;
}
.BgClassName
{
background-color: #A89FE5;
}
</style>
border-color css
<style>
span { border-color: #A89FE5; }
span { border-color: rgb(168,159,229); }
td.TdClassName
{
border-color: #A89FE5;
}
.TagClassName
{
border-color: #A89FE5;
}
</style>