Shades of Wistful #A597E5
Tints of Wistful #A597E5
RGB
CMYK
RGB Variations
Color information
#A597E5 (or 0xA597E5) is known color: Wistful. HEX triplet: A5, 97 and E5. RGB value is (165,151,229). Sum of RGB (Red+Green+Blue) = 165+151+229=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #A597E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597E5 is #5A681A. Grayscale: #A3A3A3. Windows color (decimal): -5924891 or 15046565. OLE color: 15046565.
HSL color Cylindrical-coordinate representation of color #A597E5: hue angle of 250.77º degrees, saturation: 0.6, 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 #A597E5 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 151 | 229 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.10 |
| HSL | 250.77º | 0.6% | 0.75% | - |
| HSV(B) | 250.77º | 0.34% | 0.9% | - |
| XYZ | 40.73 | 35.79 | 78.89 | - |
| YUV | 164.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 229 | 0.28 | 0.34 | 0 | 0.10 | 250.77 | 0.6 | 0.75 |
| Hex | A5 | 97 | E5 | 1C | 22 | 0 | A | FB | 3C | 4B |
| Octal | 245 | 227 | 345 | 34 | 42 | 0 | 12 | 373 | 74 | 113 |
| Binary | 10100101 | 10010111 | 11100101 | 11100 | 100010 | 0 | 1010 | 11111011 | 111100 | 1001011 |
Color Harmonies of #A597E5
Complementary color
Monochromatic Colors of #A597E5
Black with #A597E5
Text Example
Text Example
White with #A597E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A597E5; }
p { color: rgb(165,151,229); }
H1.HeaderClassName
{
color: #A597E5;
}
.AnyTagClassName
{
color: #A597E5;
}
</style>
background-color css
<style>
a { background-color: #A597E5; }
a { background-color: rgb(165,151,229); }
div.DivClassName
{
background-color: #A597E5;
}
.BgClassName
{
background-color: #A597E5;
}
</style>
border-color css
<style>
span { border-color: #A597E5; }
span { border-color: rgb(165,151,229); }
td.TdClassName
{
border-color: #A597E5;
}
.TagClassName
{
border-color: #A597E5;
}
</style>