Shades of Wistful #A49AD0
Tints of Wistful #A49AD0
RGB
CMYK
RGB Variations
Color information
#A49AD0 (or 0xA49AD0) is known color: Wistful. HEX triplet: A4, 9A and D0. RGB value is (164,154,208). Sum of RGB (Red+Green+Blue) = 164+154+208=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #A49AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49AD0 is #5B652F. Grayscale: #A2A2A2. Windows color (decimal): -5989680 or 13671076. OLE color: 13671076.
HSL color Cylindrical-coordinate representation of color #A49AD0: hue angle of 251.11º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A49AD0 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 154 | 208 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.18 |
| HSL | 251.11º | 0.36% | 0.71% | - |
| HSV(B) | 251.11º | 0.26% | 0.82% | - |
| XYZ | 38.25 | 35.56 | 64.52 | - |
| YUV | 163.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 208 | 0.21 | 0.26 | 0 | 0.18 | 251.11 | 0.36 | 0.71 |
| Hex | A4 | 9A | D0 | 15 | 1A | 0 | 12 | FB | 24 | 47 |
| Octal | 244 | 232 | 320 | 25 | 32 | 0 | 22 | 373 | 44 | 107 |
| Binary | 10100100 | 10011010 | 11010000 | 10101 | 11010 | 0 | 10010 | 11111011 | 100100 | 1000111 |
Color Harmonies of #A49AD0
Complementary color
Monochromatic Colors of #A49AD0
Black with #A49AD0
Text Example
Text Example
White with #A49AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49AD0; }
p { color: rgb(164,154,208); }
H1.HeaderClassName
{
color: #A49AD0;
}
.AnyTagClassName
{
color: #A49AD0;
}
</style>
background-color css
<style>
a { background-color: #A49AD0; }
a { background-color: rgb(164,154,208); }
div.DivClassName
{
background-color: #A49AD0;
}
.BgClassName
{
background-color: #A49AD0;
}
</style>
border-color css
<style>
span { border-color: #A49AD0; }
span { border-color: rgb(164,154,208); }
td.TdClassName
{
border-color: #A49AD0;
}
.TagClassName
{
border-color: #A49AD0;
}
</style>