Shades of Wistful #A49AD1
Tints of Wistful #A49AD1
RGB
CMYK
RGB Variations
Color information
#A49AD1 (or 0xA49AD1) is known color: Wistful. HEX triplet: A4, 9A and D1. RGB value is (164,154,209). Sum of RGB (Red+Green+Blue) = 164+154+209=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #A49AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49AD1 is #5B652E. Grayscale: #A3A3A3. Windows color (decimal): -5989679 or 13736612. OLE color: 13736612.
HSL color Cylindrical-coordinate representation of color #A49AD1: hue angle of 250.91º degrees, saturation: 0.37, 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 #A49AD1 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 154 | 209 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.18 |
| HSL | 250.91º | 0.37% | 0.71% | - |
| HSV(B) | 250.91º | 0.26% | 0.82% | - |
| XYZ | 38.37 | 35.61 | 65.17 | - |
| YUV | 163.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 209 | 0.22 | 0.26 | 0 | 0.18 | 250.91 | 0.37 | 0.71 |
| Hex | A4 | 9A | D1 | 16 | 1A | 0 | 12 | FB | 25 | 47 |
| Octal | 244 | 232 | 321 | 26 | 32 | 0 | 22 | 373 | 45 | 107 |
| Binary | 10100100 | 10011010 | 11010001 | 10110 | 11010 | 0 | 10010 | 11111011 | 100101 | 1000111 |
Color Harmonies of #A49AD1
Complementary color
Monochromatic Colors of #A49AD1
Black with #A49AD1
Text Example
Text Example
White with #A49AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49AD1; }
p { color: rgb(164,154,209); }
H1.HeaderClassName
{
color: #A49AD1;
}
.AnyTagClassName
{
color: #A49AD1;
}
</style>
background-color css
<style>
a { background-color: #A49AD1; }
a { background-color: rgb(164,154,209); }
div.DivClassName
{
background-color: #A49AD1;
}
.BgClassName
{
background-color: #A49AD1;
}
</style>
border-color css
<style>
span { border-color: #A49AD1; }
span { border-color: rgb(164,154,209); }
td.TdClassName
{
border-color: #A49AD1;
}
.TagClassName
{
border-color: #A49AD1;
}
</style>