Shades of Wistful #A497D3
Tints of Wistful #A497D3
RGB
CMYK
RGB Variations
Color information
#A497D3 (or 0xA497D3) is known color: Wistful. HEX triplet: A4, 97 and D3. RGB value is (164,151,211). Sum of RGB (Red+Green+Blue) = 164+151+211=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 211 - color contains mainly: blue. Hex color #A497D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497D3 is #5B682C. Grayscale: #A1A1A1. Windows color (decimal): -5990445 or 13866916. OLE color: 13866916.
HSL color Cylindrical-coordinate representation of color #A497D3: hue angle of 253º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A497D3 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 151 | 211 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.17 |
| HSL | 253º | 0.41% | 0.71% | - |
| HSV(B) | 253º | 0.28% | 0.83% | - |
| XYZ | 38.13 | 34.73 | 66.32 | - |
| YUV | 161.73 | 155.81 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 211 | 0.22 | 0.28 | 0 | 0.17 | 253 | 0.41 | 0.71 |
| Hex | A4 | 97 | D3 | 16 | 1C | 0 | 11 | FD | 29 | 47 |
| Octal | 244 | 227 | 323 | 26 | 34 | 0 | 21 | 375 | 51 | 107 |
| Binary | 10100100 | 10010111 | 11010011 | 10110 | 11100 | 0 | 10001 | 11111101 | 101001 | 1000111 |
Color Harmonies of #A497D3
Complementary color
Monochromatic Colors of #A497D3
Black with #A497D3
Text Example
Text Example
White with #A497D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A497D3; }
p { color: rgb(164,151,211); }
H1.HeaderClassName
{
color: #A497D3;
}
.AnyTagClassName
{
color: #A497D3;
}
</style>
background-color css
<style>
a { background-color: #A497D3; }
a { background-color: rgb(164,151,211); }
div.DivClassName
{
background-color: #A497D3;
}
.BgClassName
{
background-color: #A497D3;
}
</style>
border-color css
<style>
span { border-color: #A497D3; }
span { border-color: rgb(164,151,211); }
td.TdClassName
{
border-color: #A497D3;
}
.TagClassName
{
border-color: #A497D3;
}
</style>