Shades of Wistful #A89DCC
Tints of Wistful #A89DCC
RGB
CMYK
RGB Variations
Color information
#A89DCC (or 0xA89DCC) is known color: Wistful. HEX triplet: A8, 9D and CC. RGB value is (168,157,204). Sum of RGB (Red+Green+Blue) = 168+157+204=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #A89DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DCC is #576233. Grayscale: #A5A5A5. Windows color (decimal): -5726772 or 13409704. OLE color: 13409704.
HSL color Cylindrical-coordinate representation of color #A89DCC: hue angle of 254.04º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A89DCC is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 157 | 204 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.2 |
| HSL | 254.04º | 0.32% | 0.71% | - |
| HSV(B) | 254.04º | 0.23% | 0.8% | - |
| XYZ | 39.1 | 36.8 | 62.17 | - |
| YUV | 165.65 | 149.64 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 204 | 0.18 | 0.23 | 0 | 0.2 | 254.04 | 0.32 | 0.71 |
| Hex | A8 | 9D | CC | 12 | 17 | 0 | 14 | FE | 20 | 47 |
| Octal | 250 | 235 | 314 | 22 | 27 | 0 | 24 | 376 | 40 | 107 |
| Binary | 10101000 | 10011101 | 11001100 | 10010 | 10111 | 0 | 10100 | 11111110 | 100000 | 1000111 |
Color Harmonies of #A89DCC
Complementary color
Monochromatic Colors of #A89DCC
Black with #A89DCC
Text Example
Text Example
White with #A89DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DCC; }
p { color: rgb(168,157,204); }
H1.HeaderClassName
{
color: #A89DCC;
}
.AnyTagClassName
{
color: #A89DCC;
}
</style>
background-color css
<style>
a { background-color: #A89DCC; }
a { background-color: rgb(168,157,204); }
div.DivClassName
{
background-color: #A89DCC;
}
.BgClassName
{
background-color: #A89DCC;
}
</style>
border-color css
<style>
span { border-color: #A89DCC; }
span { border-color: rgb(168,157,204); }
td.TdClassName
{
border-color: #A89DCC;
}
.TagClassName
{
border-color: #A89DCC;
}
</style>