Shades of Wistful #A89CEF
Tints of Wistful #A89CEF
RGB
CMYK
RGB Variations
Color information
#A89CEF (or 0xA89CEF) is known color: Wistful. HEX triplet: A8, 9C and EF. RGB value is (168,156,239). Sum of RGB (Red+Green+Blue) = 168+156+239=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #A89CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89CEF is #576310. Grayscale: #A8A8A8. Windows color (decimal): -5726993 or 15703208. OLE color: 15703208.
HSL color Cylindrical-coordinate representation of color #A89CEF: hue angle of 248.67º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A89CEF is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 156 | 239 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.06 |
| HSL | 248.67º | 0.72% | 0.77% | - |
| HSV(B) | 248.67º | 0.35% | 0.94% | - |
| XYZ | 43.62 | 38.33 | 86.76 | - |
| YUV | 169.05 | 167.48 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 239 | 0.30 | 0.35 | 0 | 0.06 | 248.67 | 0.72 | 0.77 |
| Hex | A8 | 9C | EF | 1E | 23 | 0 | 6 | F9 | 48 | 4D |
| Octal | 250 | 234 | 357 | 36 | 43 | 0 | 6 | 371 | 110 | 115 |
| Binary | 10101000 | 10011100 | 11101111 | 11110 | 100011 | 0 | 110 | 11111001 | 1001000 | 1001101 |
Color Harmonies of #A89CEF
Complementary color
Monochromatic Colors of #A89CEF
Black with #A89CEF
Text Example
Text Example
White with #A89CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CEF; }
p { color: rgb(168,156,239); }
H1.HeaderClassName
{
color: #A89CEF;
}
.AnyTagClassName
{
color: #A89CEF;
}
</style>
background-color css
<style>
a { background-color: #A89CEF; }
a { background-color: rgb(168,156,239); }
div.DivClassName
{
background-color: #A89CEF;
}
.BgClassName
{
background-color: #A89CEF;
}
</style>
border-color css
<style>
span { border-color: #A89CEF; }
span { border-color: rgb(168,156,239); }
td.TdClassName
{
border-color: #A89CEF;
}
.TagClassName
{
border-color: #A89CEF;
}
</style>