Shades of Wistful #A89EEB
Tints of Wistful #A89EEB
RGB
CMYK
RGB Variations
Color information
#A89EEB (or 0xA89EEB) is known color: Wistful. HEX triplet: A8, 9E and EB. RGB value is (168,158,235). Sum of RGB (Red+Green+Blue) = 168+158+235=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #A89EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89EEB is #576114. Grayscale: #A9A9A9. Windows color (decimal): -5726485 or 15441576. OLE color: 15441576.
HSL color Cylindrical-coordinate representation of color #A89EEB: hue angle of 247.79º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A89EEB is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 158 | 235 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.08 |
| HSL | 247.79º | 0.66% | 0.77% | - |
| HSV(B) | 247.79º | 0.33% | 0.92% | - |
| XYZ | 43.37 | 38.78 | 83.8 | - |
| YUV | 169.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 235 | 0.29 | 0.33 | 0 | 0.08 | 247.79 | 0.66 | 0.77 |
| Hex | A8 | 9E | EB | 1D | 21 | 0 | 8 | F8 | 42 | 4D |
| Octal | 250 | 236 | 353 | 35 | 41 | 0 | 10 | 370 | 102 | 115 |
| Binary | 10101000 | 10011110 | 11101011 | 11101 | 100001 | 0 | 1000 | 11111000 | 1000010 | 1001101 |
Color Harmonies of #A89EEB
Complementary color
Monochromatic Colors of #A89EEB
Black with #A89EEB
Text Example
Text Example
White with #A89EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89EEB; }
p { color: rgb(168,158,235); }
H1.HeaderClassName
{
color: #A89EEB;
}
.AnyTagClassName
{
color: #A89EEB;
}
</style>
background-color css
<style>
a { background-color: #A89EEB; }
a { background-color: rgb(168,158,235); }
div.DivClassName
{
background-color: #A89EEB;
}
.BgClassName
{
background-color: #A89EEB;
}
</style>
border-color css
<style>
span { border-color: #A89EEB; }
span { border-color: rgb(168,158,235); }
td.TdClassName
{
border-color: #A89EEB;
}
.TagClassName
{
border-color: #A89EEB;
}
</style>