Shades of Wistful #A59DBE
Tints of Wistful #A59DBE
RGB
CMYK
RGB Variations
Color information
#A59DBE (or 0xA59DBE) is known color: Wistful. HEX triplet: A5, 9D and BE. RGB value is (165,157,190). Sum of RGB (Red+Green+Blue) = 165+157+190=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #A59DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DBE is #5A6241. Grayscale: #A3A3A3. Windows color (decimal): -5923394 or 12492197. OLE color: 12492197.
HSL color Cylindrical-coordinate representation of color #A59DBE: hue angle of 254.55º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A59DBE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 165 | 157 | 190 | - |
CMYK | 0.13 | 0.17 | 0 | 0.25 |
HSL | 254.55º | 0.2% | 0.68% | - |
HSV(B) | 254.55º | 0.17% | 0.75% | - |
XYZ | 36.87 | 35.83 | 53.69 | - |
YUV | 163.15 | 143.15 | 129.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 165 | 157 | 190 | 0.13 | 0.17 | 0 | 0.25 | 254.55 | 0.2 | 0.68 |
Hex | A5 | 9D | BE | D | 11 | 0 | 19 | FF | 14 | 44 |
Octal | 245 | 235 | 276 | 15 | 21 | 0 | 31 | 377 | 24 | 104 |
Binary | 10100101 | 10011101 | 10111110 | 1101 | 10001 | 0 | 11001 | 11111111 | 10100 | 1000100 |
Color Harmonies of #A59DBE
Complementary color
Monochromatic Colors of #A59DBE
Black with #A59DBE
Text Example
Text Example
White with #A59DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DBE; }
p { color: rgb(165,157,190); }
H1.HeaderClassName
{
color: #A59DBE;
}
.AnyTagClassName
{
color: #A59DBE;
}
</style>
background-color css
<style>
a { background-color: #A59DBE; }
a { background-color: rgb(165,157,190); }
div.DivClassName
{
background-color: #A59DBE;
}
.BgClassName
{
background-color: #A59DBE;
}
</style>
border-color css
<style>
span { border-color: #A59DBE; }
span { border-color: rgb(165,157,190); }
td.TdClassName
{
border-color: #A59DBE;
}
.TagClassName
{
border-color: #A59DBE;
}
</style>