Shades of Wistful #A89CDD
Tints of Wistful #A89CDD
RGB
CMYK
RGB Variations
Color information
#A89CDD (or 0xA89CDD) is known color: Wistful. HEX triplet: A8, 9C and DD. RGB value is (168,156,221). Sum of RGB (Red+Green+Blue) = 168+156+221=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #A89CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CDD is #576322. Grayscale: #A6A6A6. Windows color (decimal): -5727011 or 14523560. OLE color: 14523560.
HSL color Cylindrical-coordinate representation of color #A89CDD: hue angle of 251.08º degrees, saturation: 0.49, 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 #A89CDD is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 156 | 221 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.13 |
| HSL | 251.08º | 0.49% | 0.74% | - |
| HSV(B) | 251.08º | 0.29% | 0.87% | - |
| XYZ | 41.09 | 37.32 | 73.44 | - |
| YUV | 167 | 158.48 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 221 | 0.24 | 0.29 | 0 | 0.13 | 251.08 | 0.49 | 0.74 |
| Hex | A8 | 9C | DD | 18 | 1D | 0 | D | FB | 31 | 4A |
| Octal | 250 | 234 | 335 | 30 | 35 | 0 | 15 | 373 | 61 | 112 |
| Binary | 10101000 | 10011100 | 11011101 | 11000 | 11101 | 0 | 1101 | 11111011 | 110001 | 1001010 |
Color Harmonies of #A89CDD
Complementary color
Monochromatic Colors of #A89CDD
Black with #A89CDD
Text Example
Text Example
White with #A89CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CDD; }
p { color: rgb(168,156,221); }
H1.HeaderClassName
{
color: #A89CDD;
}
.AnyTagClassName
{
color: #A89CDD;
}
</style>
background-color css
<style>
a { background-color: #A89CDD; }
a { background-color: rgb(168,156,221); }
div.DivClassName
{
background-color: #A89CDD;
}
.BgClassName
{
background-color: #A89CDD;
}
</style>
border-color css
<style>
span { border-color: #A89CDD; }
span { border-color: rgb(168,156,221); }
td.TdClassName
{
border-color: #A89CDD;
}
.TagClassName
{
border-color: #A89CDD;
}
</style>