Shades of Wistful #A49DBE
Tints of Wistful #A49DBE
RGB
CMYK
RGB Variations
Color information
#A49DBE (or 0xA49DBE) is known color: Wistful. HEX triplet: A4, 9D and BE. RGB value is (164,157,190). Sum of RGB (Red+Green+Blue) = 164+157+190=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #A49DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DBE is #5B6241. Grayscale: #A2A2A2. Windows color (decimal): -5988930 or 12492196. OLE color: 12492196.
HSL color Cylindrical-coordinate representation of color #A49DBE: hue angle of 252.73º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A49DBE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 164 | 157 | 190 | - |
CMYK | 0.14 | 0.17 | 0 | 0.25 |
HSL | 252.73º | 0.2% | 0.68% | - |
HSV(B) | 252.73º | 0.17% | 0.75% | - |
XYZ | 36.66 | 35.72 | 53.68 | - |
YUV | 162.86 | 143.32 | 128.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 157 | 190 | 0.14 | 0.17 | 0 | 0.25 | 252.73 | 0.2 | 0.68 |
Hex | A4 | 9D | BE | E | 11 | 0 | 19 | FD | 14 | 44 |
Octal | 244 | 235 | 276 | 16 | 21 | 0 | 31 | 375 | 24 | 104 |
Binary | 10100100 | 10011101 | 10111110 | 1110 | 10001 | 0 | 11001 | 11111101 | 10100 | 1000100 |
Color Harmonies of #A49DBE
Complementary color
Monochromatic Colors of #A49DBE
Black with #A49DBE
Text Example
Text Example
White with #A49DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49DBE; }
p { color: rgb(164,157,190); }
H1.HeaderClassName
{
color: #A49DBE;
}
.AnyTagClassName
{
color: #A49DBE;
}
</style>
background-color css
<style>
a { background-color: #A49DBE; }
a { background-color: rgb(164,157,190); }
div.DivClassName
{
background-color: #A49DBE;
}
.BgClassName
{
background-color: #A49DBE;
}
</style>
border-color css
<style>
span { border-color: #A49DBE; }
span { border-color: rgb(164,157,190); }
td.TdClassName
{
border-color: #A49DBE;
}
.TagClassName
{
border-color: #A49DBE;
}
</style>