Shades of Wistful #A89ED4
Tints of Wistful #A89ED4
RGB
CMYK
RGB Variations
Color information
#A89ED4 (or 0xA89ED4) is known color: Wistful. HEX triplet: A8, 9E and D4. RGB value is (168,158,212). Sum of RGB (Red+Green+Blue) = 168+158+212=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #A89ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ED4 is #57612B. Grayscale: #A6A6A6. Windows color (decimal): -5726508 or 13934248. OLE color: 13934248.
HSL color Cylindrical-coordinate representation of color #A89ED4: hue angle of 251.11º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A89ED4 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 158 | 212 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.17 |
| HSL | 251.11º | 0.39% | 0.73% | - |
| HSV(B) | 251.11º | 0.25% | 0.83% | - |
| XYZ | 40.26 | 37.53 | 67.41 | - |
| YUV | 167.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 212 | 0.21 | 0.25 | 0 | 0.17 | 251.11 | 0.39 | 0.73 |
| Hex | A8 | 9E | D4 | 15 | 19 | 0 | 11 | FB | 27 | 49 |
| Octal | 250 | 236 | 324 | 25 | 31 | 0 | 21 | 373 | 47 | 111 |
| Binary | 10101000 | 10011110 | 11010100 | 10101 | 11001 | 0 | 10001 | 11111011 | 100111 | 1001001 |
Color Harmonies of #A89ED4
Complementary color
Monochromatic Colors of #A89ED4
Black with #A89ED4
Text Example
Text Example
White with #A89ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89ED4; }
p { color: rgb(168,158,212); }
H1.HeaderClassName
{
color: #A89ED4;
}
.AnyTagClassName
{
color: #A89ED4;
}
</style>
background-color css
<style>
a { background-color: #A89ED4; }
a { background-color: rgb(168,158,212); }
div.DivClassName
{
background-color: #A89ED4;
}
.BgClassName
{
background-color: #A89ED4;
}
</style>
border-color css
<style>
span { border-color: #A89ED4; }
span { border-color: rgb(168,158,212); }
td.TdClassName
{
border-color: #A89ED4;
}
.TagClassName
{
border-color: #A89ED4;
}
</style>