Shades of Wistful #A89FDA
Tints of Wistful #A89FDA
RGB
CMYK
RGB Variations
Color information
#A89FDA (or 0xA89FDA) is known color: Wistful. HEX triplet: A8, 9F and DA. RGB value is (168,159,218). Sum of RGB (Red+Green+Blue) = 168+159+218=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #A89FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FDA is #576025. Grayscale: #A8A8A8. Windows color (decimal): -5726246 or 14327720. OLE color: 14327720.
HSL color Cylindrical-coordinate representation of color #A89FDA: hue angle of 249.15º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A89FDA is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 159 | 218 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.15 |
| HSL | 249.15º | 0.44% | 0.74% | - |
| HSV(B) | 249.15º | 0.27% | 0.85% | - |
| XYZ | 41.2 | 38.18 | 71.53 | - |
| YUV | 168.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 218 | 0.23 | 0.27 | 0 | 0.15 | 249.15 | 0.44 | 0.74 |
| Hex | A8 | 9F | DA | 17 | 1B | 0 | F | F9 | 2C | 4A |
| Octal | 250 | 237 | 332 | 27 | 33 | 0 | 17 | 371 | 54 | 112 |
| Binary | 10101000 | 10011111 | 11011010 | 10111 | 11011 | 0 | 1111 | 11111001 | 101100 | 1001010 |
Color Harmonies of #A89FDA
Complementary color
Monochromatic Colors of #A89FDA
Black with #A89FDA
Text Example
Text Example
White with #A89FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FDA; }
p { color: rgb(168,159,218); }
H1.HeaderClassName
{
color: #A89FDA;
}
.AnyTagClassName
{
color: #A89FDA;
}
</style>
background-color css
<style>
a { background-color: #A89FDA; }
a { background-color: rgb(168,159,218); }
div.DivClassName
{
background-color: #A89FDA;
}
.BgClassName
{
background-color: #A89FDA;
}
</style>
border-color css
<style>
span { border-color: #A89FDA; }
span { border-color: rgb(168,159,218); }
td.TdClassName
{
border-color: #A89FDA;
}
.TagClassName
{
border-color: #A89FDA;
}
</style>