Shades of Wistful #A89DDA
Tints of Wistful #A89DDA
RGB
CMYK
RGB Variations
Color information
#A89DDA (or 0xA89DDA) is known color: Wistful. HEX triplet: A8, 9D and DA. RGB value is (168,157,218). Sum of RGB (Red+Green+Blue) = 168+157+218=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #A89DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DDA is #576225. Grayscale: #A7A7A7. Windows color (decimal): -5726758 or 14327208. OLE color: 14327208.
HSL color Cylindrical-coordinate representation of color #A89DDA: hue angle of 250.82º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A89DDA is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 157 | 218 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.15 |
| HSL | 250.82º | 0.45% | 0.74% | - |
| HSV(B) | 250.82º | 0.28% | 0.85% | - |
| XYZ | 40.86 | 37.5 | 71.41 | - |
| YUV | 167.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 218 | 0.23 | 0.28 | 0 | 0.15 | 250.82 | 0.45 | 0.74 |
| Hex | A8 | 9D | DA | 17 | 1C | 0 | F | FB | 2D | 4A |
| Octal | 250 | 235 | 332 | 27 | 34 | 0 | 17 | 373 | 55 | 112 |
| Binary | 10101000 | 10011101 | 11011010 | 10111 | 11100 | 0 | 1111 | 11111011 | 101101 | 1001010 |
Color Harmonies of #A89DDA
Complementary color
Monochromatic Colors of #A89DDA
Black with #A89DDA
Text Example
Text Example
White with #A89DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DDA; }
p { color: rgb(168,157,218); }
H1.HeaderClassName
{
color: #A89DDA;
}
.AnyTagClassName
{
color: #A89DDA;
}
</style>
background-color css
<style>
a { background-color: #A89DDA; }
a { background-color: rgb(168,157,218); }
div.DivClassName
{
background-color: #A89DDA;
}
.BgClassName
{
background-color: #A89DDA;
}
</style>
border-color css
<style>
span { border-color: #A89DDA; }
span { border-color: rgb(168,157,218); }
td.TdClassName
{
border-color: #A89DDA;
}
.TagClassName
{
border-color: #A89DDA;
}
</style>