Shades of Wistful #A49CEB
Tints of Wistful #A49CEB
RGB
CMYK
RGB Variations
Color information
#A49CEB (or 0xA49CEB) is known color: Wistful. HEX triplet: A4, 9C and EB. RGB value is (164,156,235). Sum of RGB (Red+Green+Blue) = 164+156+235=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #A49CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49CEB is #5B6314. Grayscale: #A7A7A7. Windows color (decimal): -5989141 or 15441060. OLE color: 15441060.
HSL color Cylindrical-coordinate representation of color #A49CEB: hue angle of 246.08º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A49CEB is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 156 | 235 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.08 |
| HSL | 246.08º | 0.66% | 0.77% | - |
| HSV(B) | 246.08º | 0.34% | 0.92% | - |
| XYZ | 42.19 | 37.67 | 83.64 | - |
| YUV | 167.4 | 166.15 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 235 | 0.30 | 0.34 | 0 | 0.08 | 246.08 | 0.66 | 0.77 |
| Hex | A4 | 9C | EB | 1E | 22 | 0 | 8 | F6 | 42 | 4D |
| Octal | 244 | 234 | 353 | 36 | 42 | 0 | 10 | 366 | 102 | 115 |
| Binary | 10100100 | 10011100 | 11101011 | 11110 | 100010 | 0 | 1000 | 11110110 | 1000010 | 1001101 |
Color Harmonies of #A49CEB
Complementary color
Monochromatic Colors of #A49CEB
Black with #A49CEB
Text Example
Text Example
White with #A49CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49CEB; }
p { color: rgb(164,156,235); }
H1.HeaderClassName
{
color: #A49CEB;
}
.AnyTagClassName
{
color: #A49CEB;
}
</style>
background-color css
<style>
a { background-color: #A49CEB; }
a { background-color: rgb(164,156,235); }
div.DivClassName
{
background-color: #A49CEB;
}
.BgClassName
{
background-color: #A49CEB;
}
</style>
border-color css
<style>
span { border-color: #A49CEB; }
span { border-color: rgb(164,156,235); }
td.TdClassName
{
border-color: #A49CEB;
}
.TagClassName
{
border-color: #A49CEB;
}
</style>