Shades of Wistful #A89EEC
Tints of Wistful #A89EEC
RGB
CMYK
RGB Variations
Color information
#A89EEC (or 0xA89EEC) is known color: Wistful. HEX triplet: A8, 9E and EC. RGB value is (168,158,236). Sum of RGB (Red+Green+Blue) = 168+158+236=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #A89EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89EEC is #576113. Grayscale: #A9A9A9. Windows color (decimal): -5726484 or 15507112. OLE color: 15507112.
HSL color Cylindrical-coordinate representation of color #A89EEC: hue angle of 247.69º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A89EEC is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 158 | 236 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.07 |
| HSL | 247.69º | 0.67% | 0.77% | - |
| HSV(B) | 247.69º | 0.33% | 0.93% | - |
| XYZ | 43.52 | 38.83 | 84.56 | - |
| YUV | 169.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 236 | 0.29 | 0.33 | 0 | 0.07 | 247.69 | 0.67 | 0.77 |
| Hex | A8 | 9E | EC | 1D | 21 | 0 | 7 | F8 | 43 | 4D |
| Octal | 250 | 236 | 354 | 35 | 41 | 0 | 7 | 370 | 103 | 115 |
| Binary | 10101000 | 10011110 | 11101100 | 11101 | 100001 | 0 | 111 | 11111000 | 1000011 | 1001101 |
Color Harmonies of #A89EEC
Complementary color
Monochromatic Colors of #A89EEC
Black with #A89EEC
Text Example
Text Example
White with #A89EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89EEC; }
p { color: rgb(168,158,236); }
H1.HeaderClassName
{
color: #A89EEC;
}
.AnyTagClassName
{
color: #A89EEC;
}
</style>
background-color css
<style>
a { background-color: #A89EEC; }
a { background-color: rgb(168,158,236); }
div.DivClassName
{
background-color: #A89EEC;
}
.BgClassName
{
background-color: #A89EEC;
}
</style>
border-color css
<style>
span { border-color: #A89EEC; }
span { border-color: rgb(168,158,236); }
td.TdClassName
{
border-color: #A89EEC;
}
.TagClassName
{
border-color: #A89EEC;
}
</style>