Shades of Wistful #A597DD
Tints of Wistful #A597DD
RGB
CMYK
RGB Variations
Color information
#A597DD (or 0xA597DD) is known color: Wistful. HEX triplet: A5, 97 and DD. RGB value is (165,151,221). Sum of RGB (Red+Green+Blue) = 165+151+221=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #A597DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597DD is #5A6822. Grayscale: #A2A2A2. Windows color (decimal): -5924899 or 14522277. OLE color: 14522277.
HSL color Cylindrical-coordinate representation of color #A597DD: hue angle of 252º degrees, saturation: 0.51, 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 #A597DD is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 151 | 221 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.13 |
| HSL | 252º | 0.51% | 0.73% | - |
| HSV(B) | 252º | 0.32% | 0.87% | - |
| XYZ | 39.63 | 35.35 | 73.14 | - |
| YUV | 163.17 | 160.64 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 221 | 0.25 | 0.32 | 0 | 0.13 | 252 | 0.51 | 0.73 |
| Hex | A5 | 97 | DD | 19 | 20 | 0 | D | FC | 33 | 49 |
| Octal | 245 | 227 | 335 | 31 | 40 | 0 | 15 | 374 | 63 | 111 |
| Binary | 10100101 | 10010111 | 11011101 | 11001 | 100000 | 0 | 1101 | 11111100 | 110011 | 1001001 |
Color Harmonies of #A597DD
Complementary color
Monochromatic Colors of #A597DD
Black with #A597DD
Text Example
Text Example
White with #A597DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A597DD; }
p { color: rgb(165,151,221); }
H1.HeaderClassName
{
color: #A597DD;
}
.AnyTagClassName
{
color: #A597DD;
}
</style>
background-color css
<style>
a { background-color: #A597DD; }
a { background-color: rgb(165,151,221); }
div.DivClassName
{
background-color: #A597DD;
}
.BgClassName
{
background-color: #A597DD;
}
</style>
border-color css
<style>
span { border-color: #A597DD; }
span { border-color: rgb(165,151,221); }
td.TdClassName
{
border-color: #A597DD;
}
.TagClassName
{
border-color: #A597DD;
}
</style>