Shades of Wistful #A89DCB
Tints of Wistful #A89DCB
RGB
CMYK
RGB Variations
Color information
#A89DCB (or 0xA89DCB) is known color: Wistful. HEX triplet: A8, 9D and CB. RGB value is (168,157,203). Sum of RGB (Red+Green+Blue) = 168+157+203=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #A89DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DCB is #576234. Grayscale: #A5A5A5. Windows color (decimal): -5726773 or 13344168. OLE color: 13344168.
HSL color Cylindrical-coordinate representation of color #A89DCB: hue angle of 254.35º degrees, saturation: 0.31, 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 #A89DCB is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 157 | 203 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.20 |
| HSL | 254.35º | 0.31% | 0.71% | - |
| HSV(B) | 254.35º | 0.23% | 0.8% | - |
| XYZ | 38.98 | 36.75 | 61.54 | - |
| YUV | 165.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 203 | 0.17 | 0.23 | 0 | 0.20 | 254.35 | 0.31 | 0.71 |
| Hex | A8 | 9D | CB | 11 | 17 | 0 | 14 | FE | 1F | 47 |
| Octal | 250 | 235 | 313 | 21 | 27 | 0 | 24 | 376 | 37 | 107 |
| Binary | 10101000 | 10011101 | 11001011 | 10001 | 10111 | 0 | 10100 | 11111110 | 11111 | 1000111 |
Color Harmonies of #A89DCB
Complementary color
Monochromatic Colors of #A89DCB
Black with #A89DCB
Text Example
Text Example
White with #A89DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DCB; }
p { color: rgb(168,157,203); }
H1.HeaderClassName
{
color: #A89DCB;
}
.AnyTagClassName
{
color: #A89DCB;
}
</style>
background-color css
<style>
a { background-color: #A89DCB; }
a { background-color: rgb(168,157,203); }
div.DivClassName
{
background-color: #A89DCB;
}
.BgClassName
{
background-color: #A89DCB;
}
</style>
border-color css
<style>
span { border-color: #A89DCB; }
span { border-color: rgb(168,157,203); }
td.TdClassName
{
border-color: #A89DCB;
}
.TagClassName
{
border-color: #A89DCB;
}
</style>