Shades of Wistful #A89FCF
Tints of Wistful #A89FCF
RGB
CMYK
RGB Variations
Color information
#A89FCF (or 0xA89FCF) is known color: Wistful. HEX triplet: A8, 9F and CF. RGB value is (168,159,207). Sum of RGB (Red+Green+Blue) = 168+159+207=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #A89FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FCF is #576030. Grayscale: #A6A6A6. Windows color (decimal): -5726257 or 13606824. OLE color: 13606824.
HSL color Cylindrical-coordinate representation of color #A89FCF: hue angle of 251.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A89FCF is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 159 | 207 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.19 |
| HSL | 251.25º | 0.33% | 0.72% | - |
| HSV(B) | 251.25º | 0.23% | 0.81% | - |
| XYZ | 39.81 | 37.63 | 64.2 | - |
| YUV | 167.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 207 | 0.19 | 0.23 | 0 | 0.19 | 251.25 | 0.33 | 0.72 |
| Hex | A8 | 9F | CF | 13 | 17 | 0 | 13 | FB | 21 | 48 |
| Octal | 250 | 237 | 317 | 23 | 27 | 0 | 23 | 373 | 41 | 110 |
| Binary | 10101000 | 10011111 | 11001111 | 10011 | 10111 | 0 | 10011 | 11111011 | 100001 | 1001000 |
Color Harmonies of #A89FCF
Complementary color
Monochromatic Colors of #A89FCF
Black with #A89FCF
Text Example
Text Example
White with #A89FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FCF; }
p { color: rgb(168,159,207); }
H1.HeaderClassName
{
color: #A89FCF;
}
.AnyTagClassName
{
color: #A89FCF;
}
</style>
background-color css
<style>
a { background-color: #A89FCF; }
a { background-color: rgb(168,159,207); }
div.DivClassName
{
background-color: #A89FCF;
}
.BgClassName
{
background-color: #A89FCF;
}
</style>
border-color css
<style>
span { border-color: #A89FCF; }
span { border-color: rgb(168,159,207); }
td.TdClassName
{
border-color: #A89FCF;
}
.TagClassName
{
border-color: #A89FCF;
}
</style>