Shades of Wistful #A49CED
Tints of Wistful #A49CED
RGB
CMYK
RGB Variations
Color information
#A49CED (or 0xA49CED) is known color: Wistful. HEX triplet: A4, 9C and ED. RGB value is (164,156,237). Sum of RGB (Red+Green+Blue) = 164+156+237=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #A49CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49CED is #5B6312. Grayscale: #A7A7A7. Windows color (decimal): -5989139 or 15572132. OLE color: 15572132.
HSL color Cylindrical-coordinate representation of color #A49CED: hue angle of 245.93º degrees, saturation: 0.69, 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 #A49CED is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 156 | 237 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.07 |
| HSL | 245.93º | 0.69% | 0.77% | - |
| HSV(B) | 245.93º | 0.34% | 0.93% | - |
| XYZ | 42.48 | 37.78 | 85.17 | - |
| YUV | 167.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 237 | 0.31 | 0.34 | 0 | 0.07 | 245.93 | 0.69 | 0.77 |
| Hex | A4 | 9C | ED | 1F | 22 | 0 | 7 | F6 | 45 | 4D |
| Octal | 244 | 234 | 355 | 37 | 42 | 0 | 7 | 366 | 105 | 115 |
| Binary | 10100100 | 10011100 | 11101101 | 11111 | 100010 | 0 | 111 | 11110110 | 1000101 | 1001101 |
Color Harmonies of #A49CED
Complementary color
Monochromatic Colors of #A49CED
Black with #A49CED
Text Example
Text Example
White with #A49CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49CED; }
p { color: rgb(164,156,237); }
H1.HeaderClassName
{
color: #A49CED;
}
.AnyTagClassName
{
color: #A49CED;
}
</style>
background-color css
<style>
a { background-color: #A49CED; }
a { background-color: rgb(164,156,237); }
div.DivClassName
{
background-color: #A49CED;
}
.BgClassName
{
background-color: #A49CED;
}
</style>
border-color css
<style>
span { border-color: #A49CED; }
span { border-color: rgb(164,156,237); }
td.TdClassName
{
border-color: #A49CED;
}
.TagClassName
{
border-color: #A49CED;
}
</style>