Shades of Wistful #A49BDA
Tints of Wistful #A49BDA
RGB
CMYK
RGB Variations
Color information
#A49BDA (or 0xA49BDA) is known color: Wistful. HEX triplet: A4, 9B and DA. RGB value is (164,155,218). Sum of RGB (Red+Green+Blue) = 164+155+218=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #A49BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BDA is #5B6425. Grayscale: #A4A4A4. Windows color (decimal): -5989414 or 14326692. OLE color: 14326692.
HSL color Cylindrical-coordinate representation of color #A49BDA: hue angle of 248.57º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A49BDA is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 155 | 218 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.15 |
| HSL | 248.57º | 0.46% | 0.73% | - |
| HSV(B) | 248.57º | 0.29% | 0.85% | - |
| XYZ | 39.69 | 36.4 | 71.26 | - |
| YUV | 164.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 218 | 0.25 | 0.29 | 0 | 0.15 | 248.57 | 0.46 | 0.73 |
| Hex | A4 | 9B | DA | 19 | 1D | 0 | F | F9 | 2E | 49 |
| Octal | 244 | 233 | 332 | 31 | 35 | 0 | 17 | 371 | 56 | 111 |
| Binary | 10100100 | 10011011 | 11011010 | 11001 | 11101 | 0 | 1111 | 11111001 | 101110 | 1001001 |
Color Harmonies of #A49BDA
Complementary color
Monochromatic Colors of #A49BDA
Black with #A49BDA
Text Example
Text Example
White with #A49BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BDA; }
p { color: rgb(164,155,218); }
H1.HeaderClassName
{
color: #A49BDA;
}
.AnyTagClassName
{
color: #A49BDA;
}
</style>
background-color css
<style>
a { background-color: #A49BDA; }
a { background-color: rgb(164,155,218); }
div.DivClassName
{
background-color: #A49BDA;
}
.BgClassName
{
background-color: #A49BDA;
}
</style>
border-color css
<style>
span { border-color: #A49BDA; }
span { border-color: rgb(164,155,218); }
td.TdClassName
{
border-color: #A49BDA;
}
.TagClassName
{
border-color: #A49BDA;
}
</style>