Shades of Wistful #A59BDA
Tints of Wistful #A59BDA
RGB
CMYK
RGB Variations
Color information
#A59BDA (or 0xA59BDA) is known color: Wistful. HEX triplet: A5, 9B and DA. RGB value is (165,155,218). Sum of RGB (Red+Green+Blue) = 165+155+218=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #A59BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BDA is #5A6425. Grayscale: #A4A4A4. Windows color (decimal): -5923878 or 14326693. OLE color: 14326693.
HSL color Cylindrical-coordinate representation of color #A59BDA: hue angle of 249.52º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A59BDA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 155 | 218 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.15 |
| HSL | 249.52º | 0.46% | 0.73% | - |
| HSV(B) | 249.52º | 0.29% | 0.85% | - |
| XYZ | 39.89 | 36.5 | 71.27 | - |
| YUV | 165.17 | 157.81 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 218 | 0.24 | 0.29 | 0 | 0.15 | 249.52 | 0.46 | 0.73 |
| Hex | A5 | 9B | DA | 18 | 1D | 0 | F | FA | 2E | 49 |
| Octal | 245 | 233 | 332 | 30 | 35 | 0 | 17 | 372 | 56 | 111 |
| Binary | 10100101 | 10011011 | 11011010 | 11000 | 11101 | 0 | 1111 | 11111010 | 101110 | 1001001 |
Color Harmonies of #A59BDA
Complementary color
Monochromatic Colors of #A59BDA
Black with #A59BDA
Text Example
Text Example
White with #A59BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59BDA; }
p { color: rgb(165,155,218); }
H1.HeaderClassName
{
color: #A59BDA;
}
.AnyTagClassName
{
color: #A59BDA;
}
</style>
background-color css
<style>
a { background-color: #A59BDA; }
a { background-color: rgb(165,155,218); }
div.DivClassName
{
background-color: #A59BDA;
}
.BgClassName
{
background-color: #A59BDA;
}
</style>
border-color css
<style>
span { border-color: #A59BDA; }
span { border-color: rgb(165,155,218); }
td.TdClassName
{
border-color: #A59BDA;
}
.TagClassName
{
border-color: #A59BDA;
}
</style>