Shades of Wistful #A49DEB
Tints of Wistful #A49DEB
RGB
CMYK
RGB Variations
Color information
#A49DEB (or 0xA49DEB) is known color: Wistful. HEX triplet: A4, 9D and EB. RGB value is (164,157,235). Sum of RGB (Red+Green+Blue) = 164+157+235=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #A49DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49DEB is #5B6214. Grayscale: #A7A7A7. Windows color (decimal): -5988885 or 15441316. OLE color: 15441316.
HSL color Cylindrical-coordinate representation of color #A49DEB: hue angle of 245.38º 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 #A49DEB is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 157 | 235 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.08 |
| HSL | 245.38º | 0.66% | 0.77% | - |
| HSV(B) | 245.38º | 0.33% | 0.92% | - |
| XYZ | 42.36 | 38 | 83.7 | - |
| YUV | 167.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 235 | 0.30 | 0.33 | 0 | 0.08 | 245.38 | 0.66 | 0.77 |
| Hex | A4 | 9D | EB | 1E | 21 | 0 | 8 | F5 | 42 | 4D |
| Octal | 244 | 235 | 353 | 36 | 41 | 0 | 10 | 365 | 102 | 115 |
| Binary | 10100100 | 10011101 | 11101011 | 11110 | 100001 | 0 | 1000 | 11110101 | 1000010 | 1001101 |
Color Harmonies of #A49DEB
Complementary color
Monochromatic Colors of #A49DEB
Black with #A49DEB
Text Example
Text Example
White with #A49DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49DEB; }
p { color: rgb(164,157,235); }
H1.HeaderClassName
{
color: #A49DEB;
}
.AnyTagClassName
{
color: #A49DEB;
}
</style>
background-color css
<style>
a { background-color: #A49DEB; }
a { background-color: rgb(164,157,235); }
div.DivClassName
{
background-color: #A49DEB;
}
.BgClassName
{
background-color: #A49DEB;
}
</style>
border-color css
<style>
span { border-color: #A49DEB; }
span { border-color: rgb(164,157,235); }
td.TdClassName
{
border-color: #A49DEB;
}
.TagClassName
{
border-color: #A49DEB;
}
</style>