Shades of Wistful #A497E1
Tints of Wistful #A497E1
RGB
CMYK
RGB Variations
Color information
#A497E1 (or 0xA497E1) is known color: Wistful. HEX triplet: A4, 97 and E1. RGB value is (164,151,225). Sum of RGB (Red+Green+Blue) = 164+151+225=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #A497E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497E1 is #5B681E. Grayscale: #A3A3A3. Windows color (decimal): -5990431 or 14784420. OLE color: 14784420.
HSL color Cylindrical-coordinate representation of color #A497E1: hue angle of 250.54º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A497E1 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 151 | 225 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.12 |
| HSL | 250.54º | 0.55% | 0.74% | - |
| HSV(B) | 250.54º | 0.33% | 0.88% | - |
| XYZ | 39.97 | 35.46 | 75.97 | - |
| YUV | 163.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 225 | 0.27 | 0.33 | 0 | 0.12 | 250.54 | 0.55 | 0.74 |
| Hex | A4 | 97 | E1 | 1B | 21 | 0 | C | FB | 37 | 4A |
| Octal | 244 | 227 | 341 | 33 | 41 | 0 | 14 | 373 | 67 | 112 |
| Binary | 10100100 | 10010111 | 11100001 | 11011 | 100001 | 0 | 1100 | 11111011 | 110111 | 1001010 |
Color Harmonies of #A497E1
Complementary color
Monochromatic Colors of #A497E1
Black with #A497E1
Text Example
Text Example
White with #A497E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A497E1; }
p { color: rgb(164,151,225); }
H1.HeaderClassName
{
color: #A497E1;
}
.AnyTagClassName
{
color: #A497E1;
}
</style>
background-color css
<style>
a { background-color: #A497E1; }
a { background-color: rgb(164,151,225); }
div.DivClassName
{
background-color: #A497E1;
}
.BgClassName
{
background-color: #A497E1;
}
</style>
border-color css
<style>
span { border-color: #A497E1; }
span { border-color: rgb(164,151,225); }
td.TdClassName
{
border-color: #A497E1;
}
.TagClassName
{
border-color: #A497E1;
}
</style>