Shades of Wistful #A597DF
Tints of Wistful #A597DF
RGB
CMYK
RGB Variations
Color information
#A597DF (or 0xA597DF) is known color: Wistful. HEX triplet: A5, 97 and DF. RGB value is (165,151,223). Sum of RGB (Red+Green+Blue) = 165+151+223=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #A597DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597DF is #5A6820. Grayscale: #A3A3A3. Windows color (decimal): -5924897 or 14653349. OLE color: 14653349.
HSL color Cylindrical-coordinate representation of color #A597DF: hue angle of 251.67º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A597DF is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 151 | 223 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.13 |
| HSL | 251.67º | 0.53% | 0.73% | - |
| HSV(B) | 251.67º | 0.32% | 0.87% | - |
| XYZ | 39.9 | 35.46 | 74.55 | - |
| YUV | 163.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 223 | 0.26 | 0.32 | 0 | 0.13 | 251.67 | 0.53 | 0.73 |
| Hex | A5 | 97 | DF | 1A | 20 | 0 | D | FC | 35 | 49 |
| Octal | 245 | 227 | 337 | 32 | 40 | 0 | 15 | 374 | 65 | 111 |
| Binary | 10100101 | 10010111 | 11011111 | 11010 | 100000 | 0 | 1101 | 11111100 | 110101 | 1001001 |
Color Harmonies of #A597DF
Complementary color
Monochromatic Colors of #A597DF
Black with #A597DF
Text Example
Text Example
White with #A597DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A597DF; }
p { color: rgb(165,151,223); }
H1.HeaderClassName
{
color: #A597DF;
}
.AnyTagClassName
{
color: #A597DF;
}
</style>
background-color css
<style>
a { background-color: #A597DF; }
a { background-color: rgb(165,151,223); }
div.DivClassName
{
background-color: #A597DF;
}
.BgClassName
{
background-color: #A597DF;
}
</style>
border-color css
<style>
span { border-color: #A597DF; }
span { border-color: rgb(165,151,223); }
td.TdClassName
{
border-color: #A597DF;
}
.TagClassName
{
border-color: #A597DF;
}
</style>