Shades of Wistful #A497DD
Tints of Wistful #A497DD
RGB
CMYK
RGB Variations
Color information
#A497DD (or 0xA497DD) is known color: Wistful. HEX triplet: A4, 97 and DD. RGB value is (164,151,221). Sum of RGB (Red+Green+Blue) = 164+151+221=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #A497DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497DD is #5B6822. Grayscale: #A2A2A2. Windows color (decimal): -5990435 or 14522276. OLE color: 14522276.
HSL color Cylindrical-coordinate representation of color #A497DD: hue angle of 251.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A497DD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 151 | 221 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.13 |
| HSL | 251.14º | 0.51% | 0.73% | - |
| HSV(B) | 251.14º | 0.32% | 0.87% | - |
| XYZ | 39.43 | 35.25 | 73.13 | - |
| YUV | 162.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 221 | 0.26 | 0.32 | 0 | 0.13 | 251.14 | 0.51 | 0.73 |
| Hex | A4 | 97 | DD | 1A | 20 | 0 | D | FB | 33 | 49 |
| Octal | 244 | 227 | 335 | 32 | 40 | 0 | 15 | 373 | 63 | 111 |
| Binary | 10100100 | 10010111 | 11011101 | 11010 | 100000 | 0 | 1101 | 11111011 | 110011 | 1001001 |
Color Harmonies of #A497DD
Complementary color
Monochromatic Colors of #A497DD
Black with #A497DD
Text Example
Text Example
White with #A497DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A497DD; }
p { color: rgb(164,151,221); }
H1.HeaderClassName
{
color: #A497DD;
}
.AnyTagClassName
{
color: #A497DD;
}
</style>
background-color css
<style>
a { background-color: #A497DD; }
a { background-color: rgb(164,151,221); }
div.DivClassName
{
background-color: #A497DD;
}
.BgClassName
{
background-color: #A497DD;
}
</style>
border-color css
<style>
span { border-color: #A497DD; }
span { border-color: rgb(164,151,221); }
td.TdClassName
{
border-color: #A497DD;
}
.TagClassName
{
border-color: #A497DD;
}
</style>