Shades of Wistful #A89ED5
Tints of Wistful #A89ED5
RGB
CMYK
RGB Variations
Color information
#A89ED5 (or 0xA89ED5) is known color: Wistful. HEX triplet: A8, 9E and D5. RGB value is (168,158,213). Sum of RGB (Red+Green+Blue) = 168+158+213=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #A89ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ED5 is #57612A. Grayscale: #A7A7A7. Windows color (decimal): -5726507 or 13999784. OLE color: 13999784.
HSL color Cylindrical-coordinate representation of color #A89ED5: hue angle of 250.91º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A89ED5 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 158 | 213 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.16 |
| HSL | 250.91º | 0.4% | 0.73% | - |
| HSV(B) | 250.91º | 0.26% | 0.84% | - |
| XYZ | 40.39 | 37.58 | 68.08 | - |
| YUV | 167.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 213 | 0.21 | 0.26 | 0 | 0.16 | 250.91 | 0.4 | 0.73 |
| Hex | A8 | 9E | D5 | 15 | 1A | 0 | 10 | FB | 28 | 49 |
| Octal | 250 | 236 | 325 | 25 | 32 | 0 | 20 | 373 | 50 | 111 |
| Binary | 10101000 | 10011110 | 11010101 | 10101 | 11010 | 0 | 10000 | 11111011 | 101000 | 1001001 |
Color Harmonies of #A89ED5
Complementary color
Monochromatic Colors of #A89ED5
Black with #A89ED5
Text Example
Text Example
White with #A89ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89ED5; }
p { color: rgb(168,158,213); }
H1.HeaderClassName
{
color: #A89ED5;
}
.AnyTagClassName
{
color: #A89ED5;
}
</style>
background-color css
<style>
a { background-color: #A89ED5; }
a { background-color: rgb(168,158,213); }
div.DivClassName
{
background-color: #A89ED5;
}
.BgClassName
{
background-color: #A89ED5;
}
</style>
border-color css
<style>
span { border-color: #A89ED5; }
span { border-color: rgb(168,158,213); }
td.TdClassName
{
border-color: #A89ED5;
}
.TagClassName
{
border-color: #A89ED5;
}
</style>