Shades of Wistful #A497E0
Tints of Wistful #A497E0
RGB
CMYK
RGB Variations
Color information
#A497E0 (or 0xA497E0) is known color: Wistful. HEX triplet: A4, 97 and E0. RGB value is (164,151,224). Sum of RGB (Red+Green+Blue) = 164+151+224=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #A497E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497E0 is #5B681F. Grayscale: #A2A2A2. Windows color (decimal): -5990432 or 14718884. OLE color: 14718884.
HSL color Cylindrical-coordinate representation of color #A497E0: hue angle of 250.68º degrees, saturation: 0.54, 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 #A497E0 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 151 | 224 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.12 |
| HSL | 250.68º | 0.54% | 0.74% | - |
| HSV(B) | 250.68º | 0.33% | 0.88% | - |
| XYZ | 39.83 | 35.41 | 75.26 | - |
| YUV | 163.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 224 | 0.27 | 0.33 | 0 | 0.12 | 250.68 | 0.54 | 0.74 |
| Hex | A4 | 97 | E0 | 1B | 21 | 0 | C | FB | 36 | 4A |
| Octal | 244 | 227 | 340 | 33 | 41 | 0 | 14 | 373 | 66 | 112 |
| Binary | 10100100 | 10010111 | 11100000 | 11011 | 100001 | 0 | 1100 | 11111011 | 110110 | 1001010 |
Color Harmonies of #A497E0
Complementary color
Monochromatic Colors of #A497E0
Black with #A497E0
Text Example
Text Example
White with #A497E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A497E0; }
p { color: rgb(164,151,224); }
H1.HeaderClassName
{
color: #A497E0;
}
.AnyTagClassName
{
color: #A497E0;
}
</style>
background-color css
<style>
a { background-color: #A497E0; }
a { background-color: rgb(164,151,224); }
div.DivClassName
{
background-color: #A497E0;
}
.BgClassName
{
background-color: #A497E0;
}
</style>
border-color css
<style>
span { border-color: #A497E0; }
span { border-color: rgb(164,151,224); }
td.TdClassName
{
border-color: #A497E0;
}
.TagClassName
{
border-color: #A497E0;
}
</style>