Shades of Wistful #A89FD3
Tints of Wistful #A89FD3
RGB
CMYK
RGB Variations
Color information
#A89FD3 (or 0xA89FD3) is known color: Wistful. HEX triplet: A8, 9F and D3. RGB value is (168,159,211). Sum of RGB (Red+Green+Blue) = 168+159+211=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 211 - color contains mainly: blue. Hex color #A89FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FD3 is #57602C. Grayscale: #A7A7A7. Windows color (decimal): -5726253 or 13868968. OLE color: 13868968.
HSL color Cylindrical-coordinate representation of color #A89FD3: hue angle of 250.38º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A89FD3 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 159 | 211 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.17 |
| HSL | 250.38º | 0.37% | 0.73% | - |
| HSV(B) | 250.38º | 0.25% | 0.83% | - |
| XYZ | 40.3 | 37.82 | 66.8 | - |
| YUV | 167.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 211 | 0.20 | 0.25 | 0 | 0.17 | 250.38 | 0.37 | 0.73 |
| Hex | A8 | 9F | D3 | 14 | 19 | 0 | 11 | FA | 25 | 49 |
| Octal | 250 | 237 | 323 | 24 | 31 | 0 | 21 | 372 | 45 | 111 |
| Binary | 10101000 | 10011111 | 11010011 | 10100 | 11001 | 0 | 10001 | 11111010 | 100101 | 1001001 |
Color Harmonies of #A89FD3
Complementary color
Monochromatic Colors of #A89FD3
Black with #A89FD3
Text Example
Text Example
White with #A89FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FD3; }
p { color: rgb(168,159,211); }
H1.HeaderClassName
{
color: #A89FD3;
}
.AnyTagClassName
{
color: #A89FD3;
}
</style>
background-color css
<style>
a { background-color: #A89FD3; }
a { background-color: rgb(168,159,211); }
div.DivClassName
{
background-color: #A89FD3;
}
.BgClassName
{
background-color: #A89FD3;
}
</style>
border-color css
<style>
span { border-color: #A89FD3; }
span { border-color: rgb(168,159,211); }
td.TdClassName
{
border-color: #A89FD3;
}
.TagClassName
{
border-color: #A89FD3;
}
</style>