Shades of Wistful #A89FC8
Tints of Wistful #A89FC8
RGB
CMYK
RGB Variations
Color information
#A89FC8 (or 0xA89FC8) is known color: Wistful. HEX triplet: A8, 9F and C8. RGB value is (168,159,200). Sum of RGB (Red+Green+Blue) = 168+159+200=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #A89FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FC8 is #576037. Grayscale: #A6A6A6. Windows color (decimal): -5726264 or 13148072. OLE color: 13148072.
HSL color Cylindrical-coordinate representation of color #A89FC8: hue angle of 253.17º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A89FC8 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 159 | 200 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.22 |
| HSL | 253.17º | 0.27% | 0.7% | - |
| HSV(B) | 253.17º | 0.21% | 0.78% | - |
| XYZ | 38.97 | 37.29 | 59.79 | - |
| YUV | 166.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 200 | 0.16 | 0.20 | 0 | 0.22 | 253.17 | 0.27 | 0.7 |
| Hex | A8 | 9F | C8 | 10 | 14 | 0 | 16 | FD | 1B | 46 |
| Octal | 250 | 237 | 310 | 20 | 24 | 0 | 26 | 375 | 33 | 106 |
| Binary | 10101000 | 10011111 | 11001000 | 10000 | 10100 | 0 | 10110 | 11111101 | 11011 | 1000110 |
Color Harmonies of #A89FC8
Complementary color
Monochromatic Colors of #A89FC8
Black with #A89FC8
Text Example
Text Example
White with #A89FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FC8; }
p { color: rgb(168,159,200); }
H1.HeaderClassName
{
color: #A89FC8;
}
.AnyTagClassName
{
color: #A89FC8;
}
</style>
background-color css
<style>
a { background-color: #A89FC8; }
a { background-color: rgb(168,159,200); }
div.DivClassName
{
background-color: #A89FC8;
}
.BgClassName
{
background-color: #A89FC8;
}
</style>
border-color css
<style>
span { border-color: #A89FC8; }
span { border-color: rgb(168,159,200); }
td.TdClassName
{
border-color: #A89FC8;
}
.TagClassName
{
border-color: #A89FC8;
}
</style>