Shades of Wistful #A89FDD
Tints of Wistful #A89FDD
RGB
CMYK
RGB Variations
Color information
#A89FDD (or 0xA89FDD) is known color: Wistful. HEX triplet: A8, 9F and DD. RGB value is (168,159,221). Sum of RGB (Red+Green+Blue) = 168+159+221=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #A89FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FDD is #576022. Grayscale: #A8A8A8. Windows color (decimal): -5726243 or 14524328. OLE color: 14524328.
HSL color Cylindrical-coordinate representation of color #A89FDD: hue angle of 248.71º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A89FDD is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 159 | 221 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.13 |
| HSL | 248.71º | 0.48% | 0.75% | - |
| HSV(B) | 248.71º | 0.28% | 0.87% | - |
| XYZ | 41.6 | 38.34 | 73.61 | - |
| YUV | 168.76 | 157.48 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 221 | 0.24 | 0.28 | 0 | 0.13 | 248.71 | 0.48 | 0.75 |
| Hex | A8 | 9F | DD | 18 | 1C | 0 | D | F9 | 30 | 4B |
| Octal | 250 | 237 | 335 | 30 | 34 | 0 | 15 | 371 | 60 | 113 |
| Binary | 10101000 | 10011111 | 11011101 | 11000 | 11100 | 0 | 1101 | 11111001 | 110000 | 1001011 |
Color Harmonies of #A89FDD
Complementary color
Monochromatic Colors of #A89FDD
Black with #A89FDD
Text Example
Text Example
White with #A89FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FDD; }
p { color: rgb(168,159,221); }
H1.HeaderClassName
{
color: #A89FDD;
}
.AnyTagClassName
{
color: #A89FDD;
}
</style>
background-color css
<style>
a { background-color: #A89FDD; }
a { background-color: rgb(168,159,221); }
div.DivClassName
{
background-color: #A89FDD;
}
.BgClassName
{
background-color: #A89FDD;
}
</style>
border-color css
<style>
span { border-color: #A89FDD; }
span { border-color: rgb(168,159,221); }
td.TdClassName
{
border-color: #A89FDD;
}
.TagClassName
{
border-color: #A89FDD;
}
</style>