Shades of Wistful #A597E7
Tints of Wistful #A597E7
RGB
CMYK
RGB Variations
Color information
#A597E7 (or 0xA597E7) is known color: Wistful. HEX triplet: A5, 97 and E7. RGB value is (165,151,231). Sum of RGB (Red+Green+Blue) = 165+151+231=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 231 - color contains mainly: blue. Hex color #A597E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A597E7 is #5A6818. Grayscale: #A3A3A3. Windows color (decimal): -5924889 or 15177637. OLE color: 15177637.
HSL color Cylindrical-coordinate representation of color #A597E7: hue angle of 250.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A597E7 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 151 | 231 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.09 |
| HSL | 250.5º | 0.63% | 0.75% | - |
| HSV(B) | 250.5º | 0.35% | 0.91% | - |
| XYZ | 41.01 | 35.9 | 80.37 | - |
| YUV | 164.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 231 | 0.29 | 0.35 | 0 | 0.09 | 250.5 | 0.63 | 0.75 |
| Hex | A5 | 97 | E7 | 1D | 23 | 0 | 9 | FB | 3E | 4B |
| Octal | 245 | 227 | 347 | 35 | 43 | 0 | 11 | 373 | 76 | 113 |
| Binary | 10100101 | 10010111 | 11100111 | 11101 | 100011 | 0 | 1001 | 11111011 | 111110 | 1001011 |
Color Harmonies of #A597E7
Complementary color
Monochromatic Colors of #A597E7
Black with #A597E7
Text Example
Text Example
White with #A597E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A597E7; }
p { color: rgb(165,151,231); }
H1.HeaderClassName
{
color: #A597E7;
}
.AnyTagClassName
{
color: #A597E7;
}
</style>
background-color css
<style>
a { background-color: #A597E7; }
a { background-color: rgb(165,151,231); }
div.DivClassName
{
background-color: #A597E7;
}
.BgClassName
{
background-color: #A597E7;
}
</style>
border-color css
<style>
span { border-color: #A597E7; }
span { border-color: rgb(165,151,231); }
td.TdClassName
{
border-color: #A597E7;
}
.TagClassName
{
border-color: #A597E7;
}
</style>