Shades of Wistful #A59FC0
Tints of Wistful #A59FC0
RGB
CMYK
RGB Variations
Color information
#A59FC0 (or 0xA59FC0) is known color: Wistful. HEX triplet: A5, 9F and C0. RGB value is (165,159,192). Sum of RGB (Red+Green+Blue) = 165+159+192=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #A59FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FC0 is #5A603F. Grayscale: #A4A4A4. Windows color (decimal): -5922880 or 12623781. OLE color: 12623781.
HSL color Cylindrical-coordinate representation of color #A59FC0: hue angle of 250.91º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A59FC0 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 159 | 192 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.25 |
| HSL | 250.91º | 0.21% | 0.69% | - |
| HSV(B) | 250.91º | 0.17% | 0.75% | - |
| XYZ | 37.43 | 36.6 | 54.96 | - |
| YUV | 164.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 192 | 0.14 | 0.17 | 0 | 0.25 | 250.91 | 0.21 | 0.69 |
| Hex | A5 | 9F | C0 | E | 11 | 0 | 19 | FB | 15 | 45 |
| Octal | 245 | 237 | 300 | 16 | 21 | 0 | 31 | 373 | 25 | 105 |
| Binary | 10100101 | 10011111 | 11000000 | 1110 | 10001 | 0 | 11001 | 11111011 | 10101 | 1000101 |
Color Harmonies of #A59FC0
Complementary color
Monochromatic Colors of #A59FC0
Black with #A59FC0
Text Example
Text Example
White with #A59FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59FC0; }
p { color: rgb(165,159,192); }
H1.HeaderClassName
{
color: #A59FC0;
}
.AnyTagClassName
{
color: #A59FC0;
}
</style>
background-color css
<style>
a { background-color: #A59FC0; }
a { background-color: rgb(165,159,192); }
div.DivClassName
{
background-color: #A59FC0;
}
.BgClassName
{
background-color: #A59FC0;
}
</style>
border-color css
<style>
span { border-color: #A59FC0; }
span { border-color: rgb(165,159,192); }
td.TdClassName
{
border-color: #A59FC0;
}
.TagClassName
{
border-color: #A59FC0;
}
</style>