Shades of Wistful #A89FC0
Tints of Wistful #A89FC0
RGB
CMYK
RGB Variations
Color information
#A89FC0 (or 0xA89FC0) is known color: Wistful. HEX triplet: A8, 9F and C0. RGB value is (168,159,192). Sum of RGB (Red+Green+Blue) = 168+159+192=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #A89FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FC0 is #57603F. Grayscale: #A5A5A5. Windows color (decimal): -5726272 or 12623784. OLE color: 12623784.
HSL color Cylindrical-coordinate representation of color #A89FC0: hue angle of 256.36º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A89FC0 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 159 | 192 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.25 |
| HSL | 256.36º | 0.21% | 0.69% | - |
| HSV(B) | 256.36º | 0.17% | 0.75% | - |
| XYZ | 38.06 | 36.93 | 54.99 | - |
| YUV | 165.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 192 | 0.12 | 0.17 | 0 | 0.25 | 256.36 | 0.21 | 0.69 |
| Hex | A8 | 9F | C0 | C | 11 | 0 | 19 | 100 | 15 | 45 |
| Octal | 250 | 237 | 300 | 14 | 21 | 0 | 31 | 400 | 25 | 105 |
| Binary | 10101000 | 10011111 | 11000000 | 1100 | 10001 | 0 | 11001 | 100000000 | 10101 | 1000101 |
Color Harmonies of #A89FC0
Complementary color
Monochromatic Colors of #A89FC0
Black with #A89FC0
Text Example
Text Example
White with #A89FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FC0; }
p { color: rgb(168,159,192); }
H1.HeaderClassName
{
color: #A89FC0;
}
.AnyTagClassName
{
color: #A89FC0;
}
</style>
background-color css
<style>
a { background-color: #A89FC0; }
a { background-color: rgb(168,159,192); }
div.DivClassName
{
background-color: #A89FC0;
}
.BgClassName
{
background-color: #A89FC0;
}
</style>
border-color css
<style>
span { border-color: #A89FC0; }
span { border-color: rgb(168,159,192); }
td.TdClassName
{
border-color: #A89FC0;
}
.TagClassName
{
border-color: #A89FC0;
}
</style>