Shades of Wistful #A89CEC
Tints of Wistful #A89CEC
RGB
CMYK
RGB Variations
Color information
#A89CEC (or 0xA89CEC) is known color: Wistful. HEX triplet: A8, 9C and EC. RGB value is (168,156,236). Sum of RGB (Red+Green+Blue) = 168+156+236=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #A89CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89CEC is #576313. Grayscale: #A8A8A8. Windows color (decimal): -5726996 or 15506600. OLE color: 15506600.
HSL color Cylindrical-coordinate representation of color #A89CEC: hue angle of 249º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A89CEC is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 156 | 236 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.07 |
| HSL | 249º | 0.68% | 0.77% | - |
| HSV(B) | 249º | 0.34% | 0.93% | - |
| XYZ | 43.18 | 38.16 | 84.45 | - |
| YUV | 168.71 | 165.98 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 236 | 0.29 | 0.34 | 0 | 0.07 | 249 | 0.68 | 0.77 |
| Hex | A8 | 9C | EC | 1D | 22 | 0 | 7 | F9 | 44 | 4D |
| Octal | 250 | 234 | 354 | 35 | 42 | 0 | 7 | 371 | 104 | 115 |
| Binary | 10101000 | 10011100 | 11101100 | 11101 | 100010 | 0 | 111 | 11111001 | 1000100 | 1001101 |
Color Harmonies of #A89CEC
Complementary color
Monochromatic Colors of #A89CEC
Black with #A89CEC
Text Example
Text Example
White with #A89CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89CEC; }
p { color: rgb(168,156,236); }
H1.HeaderClassName
{
color: #A89CEC;
}
.AnyTagClassName
{
color: #A89CEC;
}
</style>
background-color css
<style>
a { background-color: #A89CEC; }
a { background-color: rgb(168,156,236); }
div.DivClassName
{
background-color: #A89CEC;
}
.BgClassName
{
background-color: #A89CEC;
}
</style>
border-color css
<style>
span { border-color: #A89CEC; }
span { border-color: rgb(168,156,236); }
td.TdClassName
{
border-color: #A89CEC;
}
.TagClassName
{
border-color: #A89CEC;
}
</style>