Shades of Wistful #A497E6
Tints of Wistful #A497E6
RGB
CMYK
RGB Variations
Color information
#A497E6 (or 0xA497E6) is known color: Wistful. HEX triplet: A4, 97 and E6. RGB value is (164,151,230). Sum of RGB (Red+Green+Blue) = 164+151+230=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #A497E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A497E6 is #5B6819. Grayscale: #A3A3A3. Windows color (decimal): -5990426 or 15112100. OLE color: 15112100.
HSL color Cylindrical-coordinate representation of color #A497E6: hue angle of 249.87º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A497E6 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 151 | 230 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.10 |
| HSL | 249.87º | 0.61% | 0.75% | - |
| HSV(B) | 249.87º | 0.34% | 0.9% | - |
| XYZ | 40.66 | 35.74 | 79.62 | - |
| YUV | 163.89 | 165.31 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 230 | 0.29 | 0.34 | 0 | 0.10 | 249.87 | 0.61 | 0.75 |
| Hex | A4 | 97 | E6 | 1D | 22 | 0 | A | FA | 3D | 4B |
| Octal | 244 | 227 | 346 | 35 | 42 | 0 | 12 | 372 | 75 | 113 |
| Binary | 10100100 | 10010111 | 11100110 | 11101 | 100010 | 0 | 1010 | 11111010 | 111101 | 1001011 |
Color Harmonies of #A497E6
Complementary color
Monochromatic Colors of #A497E6
Black with #A497E6
Text Example
Text Example
White with #A497E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A497E6; }
p { color: rgb(164,151,230); }
H1.HeaderClassName
{
color: #A497E6;
}
.AnyTagClassName
{
color: #A497E6;
}
</style>
background-color css
<style>
a { background-color: #A497E6; }
a { background-color: rgb(164,151,230); }
div.DivClassName
{
background-color: #A497E6;
}
.BgClassName
{
background-color: #A497E6;
}
</style>
border-color css
<style>
span { border-color: #A497E6; }
span { border-color: rgb(164,151,230); }
td.TdClassName
{
border-color: #A497E6;
}
.TagClassName
{
border-color: #A497E6;
}
</style>