Shades of Wistful #A89CDE
Tints of Wistful #A89CDE
RGB
CMYK
RGB Variations
Color information
#A89CDE (or 0xA89CDE) is known color: Wistful. HEX triplet: A8, 9C and DE. RGB value is (168,156,222). Sum of RGB (Red+Green+Blue) = 168+156+222=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #A89CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CDE is #576321. Grayscale: #A6A6A6. Windows color (decimal): -5727010 or 14589096. OLE color: 14589096.
HSL color Cylindrical-coordinate representation of color #A89CDE: hue angle of 250.91º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A89CDE is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 156 | 222 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.13 |
| HSL | 250.91º | 0.5% | 0.74% | - |
| HSV(B) | 250.91º | 0.3% | 0.87% | - |
| XYZ | 41.22 | 37.38 | 74.15 | - |
| YUV | 167.11 | 158.98 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 222 | 0.24 | 0.30 | 0 | 0.13 | 250.91 | 0.5 | 0.74 |
| Hex | A8 | 9C | DE | 18 | 1E | 0 | D | FB | 32 | 4A |
| Octal | 250 | 234 | 336 | 30 | 36 | 0 | 15 | 373 | 62 | 112 |
| Binary | 10101000 | 10011100 | 11011110 | 11000 | 11110 | 0 | 1101 | 11111011 | 110010 | 1001010 |
Color Harmonies of #A89CDE
Complementary color
Monochromatic Colors of #A89CDE
Black with #A89CDE
Text Example
Text Example
White with #A89CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CDE; }
p { color: rgb(168,156,222); }
H1.HeaderClassName
{
color: #A89CDE;
}
.AnyTagClassName
{
color: #A89CDE;
}
</style>
background-color css
<style>
a { background-color: #A89CDE; }
a { background-color: rgb(168,156,222); }
div.DivClassName
{
background-color: #A89CDE;
}
.BgClassName
{
background-color: #A89CDE;
}
</style>
border-color css
<style>
span { border-color: #A89CDE; }
span { border-color: rgb(168,156,222); }
td.TdClassName
{
border-color: #A89CDE;
}
.TagClassName
{
border-color: #A89CDE;
}
</style>