Shades of Wistful #A59DDF
Tints of Wistful #A59DDF
RGB
CMYK
RGB Variations
Color information
#A59DDF (or 0xA59DDF) is known color: Wistful. HEX triplet: A5, 9D and DF. RGB value is (165,157,223). Sum of RGB (Red+Green+Blue) = 165+157+223=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #A59DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DDF is #5A6220. Grayscale: #A6A6A6. Windows color (decimal): -5923361 or 14654885. OLE color: 14654885.
HSL color Cylindrical-coordinate representation of color #A59DDF: hue angle of 247.27º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A59DDF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 157 | 223 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.13 |
| HSL | 247.27º | 0.51% | 0.75% | - |
| HSV(B) | 247.27º | 0.3% | 0.87% | - |
| XYZ | 40.89 | 37.44 | 74.88 | - |
| YUV | 166.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 223 | 0.26 | 0.30 | 0 | 0.13 | 247.27 | 0.51 | 0.75 |
| Hex | A5 | 9D | DF | 1A | 1E | 0 | D | F7 | 33 | 4B |
| Octal | 245 | 235 | 337 | 32 | 36 | 0 | 15 | 367 | 63 | 113 |
| Binary | 10100101 | 10011101 | 11011111 | 11010 | 11110 | 0 | 1101 | 11110111 | 110011 | 1001011 |
Color Harmonies of #A59DDF
Complementary color
Monochromatic Colors of #A59DDF
Black with #A59DDF
Text Example
Text Example
White with #A59DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DDF; }
p { color: rgb(165,157,223); }
H1.HeaderClassName
{
color: #A59DDF;
}
.AnyTagClassName
{
color: #A59DDF;
}
</style>
background-color css
<style>
a { background-color: #A59DDF; }
a { background-color: rgb(165,157,223); }
div.DivClassName
{
background-color: #A59DDF;
}
.BgClassName
{
background-color: #A59DDF;
}
</style>
border-color css
<style>
span { border-color: #A59DDF; }
span { border-color: rgb(165,157,223); }
td.TdClassName
{
border-color: #A59DDF;
}
.TagClassName
{
border-color: #A59DDF;
}
</style>