Shades of Wistful #A89FD1
Tints of Wistful #A89FD1
RGB
CMYK
RGB Variations
Color information
#A89FD1 (or 0xA89FD1) is known color: Wistful. HEX triplet: A8, 9F and D1. RGB value is (168,159,209). Sum of RGB (Red+Green+Blue) = 168+159+209=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #A89FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FD1 is #57602E. Grayscale: #A7A7A7. Windows color (decimal): -5726255 or 13737896. OLE color: 13737896.
HSL color Cylindrical-coordinate representation of color #A89FD1: hue angle of 250.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A89FD1 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 159 | 209 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.18 |
| HSL | 250.8º | 0.35% | 0.72% | - |
| HSV(B) | 250.8º | 0.24% | 0.82% | - |
| XYZ | 40.06 | 37.72 | 65.49 | - |
| YUV | 167.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 209 | 0.20 | 0.24 | 0 | 0.18 | 250.8 | 0.35 | 0.72 |
| Hex | A8 | 9F | D1 | 14 | 18 | 0 | 12 | FB | 23 | 48 |
| Octal | 250 | 237 | 321 | 24 | 30 | 0 | 22 | 373 | 43 | 110 |
| Binary | 10101000 | 10011111 | 11010001 | 10100 | 11000 | 0 | 10010 | 11111011 | 100011 | 1001000 |
Color Harmonies of #A89FD1
Complementary color
Monochromatic Colors of #A89FD1
Black with #A89FD1
Text Example
Text Example
White with #A89FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FD1; }
p { color: rgb(168,159,209); }
H1.HeaderClassName
{
color: #A89FD1;
}
.AnyTagClassName
{
color: #A89FD1;
}
</style>
background-color css
<style>
a { background-color: #A89FD1; }
a { background-color: rgb(168,159,209); }
div.DivClassName
{
background-color: #A89FD1;
}
.BgClassName
{
background-color: #A89FD1;
}
</style>
border-color css
<style>
span { border-color: #A89FD1; }
span { border-color: rgb(168,159,209); }
td.TdClassName
{
border-color: #A89FD1;
}
.TagClassName
{
border-color: #A89FD1;
}
</style>