Shades of Wistful #A89FEA
Tints of Wistful #A89FEA
RGB
CMYK
RGB Variations
Color information
#A89FEA (or 0xA89FEA) is known color: Wistful. HEX triplet: A8, 9F and EA. RGB value is (168,159,234). Sum of RGB (Red+Green+Blue) = 168+159+234=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #A89FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89FEA is #576015. Grayscale: #A9A9A9. Windows color (decimal): -5726230 or 15376296. OLE color: 15376296.
HSL color Cylindrical-coordinate representation of color #A89FEA: hue angle of 247.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A89FEA is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 159 | 234 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.08 |
| HSL | 247.2º | 0.64% | 0.77% | - |
| HSV(B) | 247.2º | 0.32% | 0.92% | - |
| XYZ | 43.4 | 39.06 | 83.09 | - |
| YUV | 170.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 234 | 0.28 | 0.32 | 0 | 0.08 | 247.2 | 0.64 | 0.77 |
| Hex | A8 | 9F | EA | 1C | 20 | 0 | 8 | F7 | 40 | 4D |
| Octal | 250 | 237 | 352 | 34 | 40 | 0 | 10 | 367 | 100 | 115 |
| Binary | 10101000 | 10011111 | 11101010 | 11100 | 100000 | 0 | 1000 | 11110111 | 1000000 | 1001101 |
Color Harmonies of #A89FEA
Complementary color
Monochromatic Colors of #A89FEA
Black with #A89FEA
Text Example
Text Example
White with #A89FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FEA; }
p { color: rgb(168,159,234); }
H1.HeaderClassName
{
color: #A89FEA;
}
.AnyTagClassName
{
color: #A89FEA;
}
</style>
background-color css
<style>
a { background-color: #A89FEA; }
a { background-color: rgb(168,159,234); }
div.DivClassName
{
background-color: #A89FEA;
}
.BgClassName
{
background-color: #A89FEA;
}
</style>
border-color css
<style>
span { border-color: #A89FEA; }
span { border-color: rgb(168,159,234); }
td.TdClassName
{
border-color: #A89FEA;
}
.TagClassName
{
border-color: #A89FEA;
}
</style>