Shades of Wistful #A89CDB
Tints of Wistful #A89CDB
RGB
CMYK
RGB Variations
Color information
#A89CDB (or 0xA89CDB) is known color: Wistful. HEX triplet: A8, 9C and DB. RGB value is (168,156,219). Sum of RGB (Red+Green+Blue) = 168+156+219=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #A89CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CDB is #576324. Grayscale: #A6A6A6. Windows color (decimal): -5727013 or 14392488. OLE color: 14392488.
HSL color Cylindrical-coordinate representation of color #A89CDB: hue angle of 251.43º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A89CDB is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 156 | 219 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.14 |
| HSL | 251.43º | 0.47% | 0.74% | - |
| HSV(B) | 251.43º | 0.29% | 0.86% | - |
| XYZ | 40.82 | 37.22 | 72.05 | - |
| YUV | 166.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 219 | 0.23 | 0.29 | 0 | 0.14 | 251.43 | 0.47 | 0.74 |
| Hex | A8 | 9C | DB | 17 | 1D | 0 | E | FB | 2F | 4A |
| Octal | 250 | 234 | 333 | 27 | 35 | 0 | 16 | 373 | 57 | 112 |
| Binary | 10101000 | 10011100 | 11011011 | 10111 | 11101 | 0 | 1110 | 11111011 | 101111 | 1001010 |
Color Harmonies of #A89CDB
Complementary color
Monochromatic Colors of #A89CDB
Black with #A89CDB
Text Example
Text Example
White with #A89CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CDB; }
p { color: rgb(168,156,219); }
H1.HeaderClassName
{
color: #A89CDB;
}
.AnyTagClassName
{
color: #A89CDB;
}
</style>
background-color css
<style>
a { background-color: #A89CDB; }
a { background-color: rgb(168,156,219); }
div.DivClassName
{
background-color: #A89CDB;
}
.BgClassName
{
background-color: #A89CDB;
}
</style>
border-color css
<style>
span { border-color: #A89CDB; }
span { border-color: rgb(168,156,219); }
td.TdClassName
{
border-color: #A89CDB;
}
.TagClassName
{
border-color: #A89CDB;
}
</style>