Shades of Wistful #A59DC5
Tints of Wistful #A59DC5
RGB
CMYK
RGB Variations
Color information
#A59DC5 (or 0xA59DC5) is known color: Wistful. HEX triplet: A5, 9D and C5. RGB value is (165,157,197). Sum of RGB (Red+Green+Blue) = 165+157+197=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #A59DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DC5 is #5A623A. Grayscale: #A3A3A3. Windows color (decimal): -5923387 or 12950949. OLE color: 12950949.
HSL color Cylindrical-coordinate representation of color #A59DC5: hue angle of 252º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A59DC5 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 157 | 197 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.23 |
| HSL | 252º | 0.26% | 0.69% | - |
| HSV(B) | 252º | 0.2% | 0.77% | - |
| XYZ | 37.65 | 36.14 | 57.82 | - |
| YUV | 163.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 197 | 0.16 | 0.20 | 0 | 0.23 | 252 | 0.26 | 0.69 |
| Hex | A5 | 9D | C5 | 10 | 14 | 0 | 17 | FC | 1A | 45 |
| Octal | 245 | 235 | 305 | 20 | 24 | 0 | 27 | 374 | 32 | 105 |
| Binary | 10100101 | 10011101 | 11000101 | 10000 | 10100 | 0 | 10111 | 11111100 | 11010 | 1000101 |
Color Harmonies of #A59DC5
Complementary color
Monochromatic Colors of #A59DC5
Black with #A59DC5
Text Example
Text Example
White with #A59DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DC5; }
p { color: rgb(165,157,197); }
H1.HeaderClassName
{
color: #A59DC5;
}
.AnyTagClassName
{
color: #A59DC5;
}
</style>
background-color css
<style>
a { background-color: #A59DC5; }
a { background-color: rgb(165,157,197); }
div.DivClassName
{
background-color: #A59DC5;
}
.BgClassName
{
background-color: #A59DC5;
}
</style>
border-color css
<style>
span { border-color: #A59DC5; }
span { border-color: rgb(165,157,197); }
td.TdClassName
{
border-color: #A59DC5;
}
.TagClassName
{
border-color: #A59DC5;
}
</style>