Shades of Wistful #A89FCC
Tints of Wistful #A89FCC
RGB
CMYK
RGB Variations
Color information
#A89FCC (or 0xA89FCC) is known color: Wistful. HEX triplet: A8, 9F and CC. RGB value is (168,159,204). Sum of RGB (Red+Green+Blue) = 168+159+204=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #A89FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FCC is #576033. Grayscale: #A6A6A6. Windows color (decimal): -5726260 or 13410216. OLE color: 13410216.
HSL color Cylindrical-coordinate representation of color #A89FCC: hue angle of 252º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A89FCC is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 159 | 204 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.2 |
| HSL | 252º | 0.31% | 0.71% | - |
| HSV(B) | 252º | 0.22% | 0.8% | - |
| XYZ | 39.45 | 37.48 | 62.28 | - |
| YUV | 166.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 204 | 0.18 | 0.22 | 0 | 0.2 | 252 | 0.31 | 0.71 |
| Hex | A8 | 9F | CC | 12 | 16 | 0 | 14 | FC | 1F | 47 |
| Octal | 250 | 237 | 314 | 22 | 26 | 0 | 24 | 374 | 37 | 107 |
| Binary | 10101000 | 10011111 | 11001100 | 10010 | 10110 | 0 | 10100 | 11111100 | 11111 | 1000111 |
Color Harmonies of #A89FCC
Complementary color
Monochromatic Colors of #A89FCC
Black with #A89FCC
Text Example
Text Example
White with #A89FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FCC; }
p { color: rgb(168,159,204); }
H1.HeaderClassName
{
color: #A89FCC;
}
.AnyTagClassName
{
color: #A89FCC;
}
</style>
background-color css
<style>
a { background-color: #A89FCC; }
a { background-color: rgb(168,159,204); }
div.DivClassName
{
background-color: #A89FCC;
}
.BgClassName
{
background-color: #A89FCC;
}
</style>
border-color css
<style>
span { border-color: #A89FCC; }
span { border-color: rgb(168,159,204); }
td.TdClassName
{
border-color: #A89FCC;
}
.TagClassName
{
border-color: #A89FCC;
}
</style>