Shades of Wistful #A89DDC
Tints of Wistful #A89DDC
RGB
CMYK
RGB Variations
Color information
#A89DDC (or 0xA89DDC) is known color: Wistful. HEX triplet: A8, 9D and DC. RGB value is (168,157,220). Sum of RGB (Red+Green+Blue) = 168+157+220=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #A89DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DDC is #576223. Grayscale: #A7A7A7. Windows color (decimal): -5726756 or 14458280. OLE color: 14458280.
HSL color Cylindrical-coordinate representation of color #A89DDC: hue angle of 250.48º 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 #A89DDC is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 157 | 220 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.14 |
| HSL | 250.48º | 0.47% | 0.74% | - |
| HSV(B) | 250.48º | 0.29% | 0.86% | - |
| XYZ | 41.12 | 37.61 | 72.8 | - |
| YUV | 167.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 220 | 0.24 | 0.29 | 0 | 0.14 | 250.48 | 0.47 | 0.74 |
| Hex | A8 | 9D | DC | 18 | 1D | 0 | E | FA | 2F | 4A |
| Octal | 250 | 235 | 334 | 30 | 35 | 0 | 16 | 372 | 57 | 112 |
| Binary | 10101000 | 10011101 | 11011100 | 11000 | 11101 | 0 | 1110 | 11111010 | 101111 | 1001010 |
Color Harmonies of #A89DDC
Complementary color
Monochromatic Colors of #A89DDC
Black with #A89DDC
Text Example
Text Example
White with #A89DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DDC; }
p { color: rgb(168,157,220); }
H1.HeaderClassName
{
color: #A89DDC;
}
.AnyTagClassName
{
color: #A89DDC;
}
</style>
background-color css
<style>
a { background-color: #A89DDC; }
a { background-color: rgb(168,157,220); }
div.DivClassName
{
background-color: #A89DDC;
}
.BgClassName
{
background-color: #A89DDC;
}
</style>
border-color css
<style>
span { border-color: #A89DDC; }
span { border-color: rgb(168,157,220); }
td.TdClassName
{
border-color: #A89DDC;
}
.TagClassName
{
border-color: #A89DDC;
}
</style>