Shades of Wistful #A49ADD
Tints of Wistful #A49ADD
RGB
CMYK
RGB Variations
Color information
#A49ADD (or 0xA49ADD) is known color: Wistful. HEX triplet: A4, 9A and DD. RGB value is (164,154,221). Sum of RGB (Red+Green+Blue) = 164+154+221=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #A49ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ADD is #5B6522. Grayscale: #A4A4A4. Windows color (decimal): -5989667 or 14523044. OLE color: 14523044.
HSL color Cylindrical-coordinate representation of color #A49ADD: hue angle of 248.96º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49ADD is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 154 | 221 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.13 |
| HSL | 248.96º | 0.5% | 0.74% | - |
| HSV(B) | 248.96º | 0.3% | 0.87% | - |
| XYZ | 39.92 | 36.22 | 73.29 | - |
| YUV | 164.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 221 | 0.26 | 0.30 | 0 | 0.13 | 248.96 | 0.5 | 0.74 |
| Hex | A4 | 9A | DD | 1A | 1E | 0 | D | F9 | 32 | 4A |
| Octal | 244 | 232 | 335 | 32 | 36 | 0 | 15 | 371 | 62 | 112 |
| Binary | 10100100 | 10011010 | 11011101 | 11010 | 11110 | 0 | 1101 | 11111001 | 110010 | 1001010 |
Color Harmonies of #A49ADD
Complementary color
Monochromatic Colors of #A49ADD
Black with #A49ADD
Text Example
Text Example
White with #A49ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49ADD; }
p { color: rgb(164,154,221); }
H1.HeaderClassName
{
color: #A49ADD;
}
.AnyTagClassName
{
color: #A49ADD;
}
</style>
background-color css
<style>
a { background-color: #A49ADD; }
a { background-color: rgb(164,154,221); }
div.DivClassName
{
background-color: #A49ADD;
}
.BgClassName
{
background-color: #A49ADD;
}
</style>
border-color css
<style>
span { border-color: #A49ADD; }
span { border-color: rgb(164,154,221); }
td.TdClassName
{
border-color: #A49ADD;
}
.TagClassName
{
border-color: #A49ADD;
}
</style>