Shades of Wistful #A89DDD
Tints of Wistful #A89DDD
RGB
CMYK
RGB Variations
Color information
#A89DDD (or 0xA89DDD) is known color: Wistful. HEX triplet: A8, 9D and DD. RGB value is (168,157,221). Sum of RGB (Red+Green+Blue) = 168+157+221=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #A89DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DDD is #576222. Grayscale: #A7A7A7. Windows color (decimal): -5726755 or 14523816. OLE color: 14523816.
HSL color Cylindrical-coordinate representation of color #A89DDD: hue angle of 250.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A89DDD is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 157 | 221 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.13 |
| HSL | 250.31º | 0.48% | 0.74% | - |
| HSV(B) | 250.31º | 0.29% | 0.87% | - |
| XYZ | 41.26 | 37.66 | 73.5 | - |
| YUV | 167.59 | 158.14 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 221 | 0.24 | 0.29 | 0 | 0.13 | 250.31 | 0.48 | 0.74 |
| Hex | A8 | 9D | DD | 18 | 1D | 0 | D | FA | 30 | 4A |
| Octal | 250 | 235 | 335 | 30 | 35 | 0 | 15 | 372 | 60 | 112 |
| Binary | 10101000 | 10011101 | 11011101 | 11000 | 11101 | 0 | 1101 | 11111010 | 110000 | 1001010 |
Color Harmonies of #A89DDD
Complementary color
Monochromatic Colors of #A89DDD
Black with #A89DDD
Text Example
Text Example
White with #A89DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DDD; }
p { color: rgb(168,157,221); }
H1.HeaderClassName
{
color: #A89DDD;
}
.AnyTagClassName
{
color: #A89DDD;
}
</style>
background-color css
<style>
a { background-color: #A89DDD; }
a { background-color: rgb(168,157,221); }
div.DivClassName
{
background-color: #A89DDD;
}
.BgClassName
{
background-color: #A89DDD;
}
</style>
border-color css
<style>
span { border-color: #A89DDD; }
span { border-color: rgb(168,157,221); }
td.TdClassName
{
border-color: #A89DDD;
}
.TagClassName
{
border-color: #A89DDD;
}
</style>