Shades of Wistful #A59FC8
Tints of Wistful #A59FC8
RGB
CMYK
RGB Variations
Color information
#A59FC8 (or 0xA59FC8) is known color: Wistful. HEX triplet: A5, 9F and C8. RGB value is (165,159,200). Sum of RGB (Red+Green+Blue) = 165+159+200=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 200 - color contains mainly: blue. Hex color #A59FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FC8 is #5A6037. Grayscale: #A5A5A5. Windows color (decimal): -5922872 or 13148069. OLE color: 13148069.
HSL color Cylindrical-coordinate representation of color #A59FC8: hue angle of 248.78º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A59FC8 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 159 | 200 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.22 |
| HSL | 248.78º | 0.27% | 0.7% | - |
| HSV(B) | 248.78º | 0.21% | 0.78% | - |
| XYZ | 38.34 | 36.97 | 59.76 | - |
| YUV | 165.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 200 | 0.18 | 0.20 | 0 | 0.22 | 248.78 | 0.27 | 0.7 |
| Hex | A5 | 9F | C8 | 12 | 14 | 0 | 16 | F9 | 1B | 46 |
| Octal | 245 | 237 | 310 | 22 | 24 | 0 | 26 | 371 | 33 | 106 |
| Binary | 10100101 | 10011111 | 11001000 | 10010 | 10100 | 0 | 10110 | 11111001 | 11011 | 1000110 |
Color Harmonies of #A59FC8
Complementary color
Monochromatic Colors of #A59FC8
Black with #A59FC8
Text Example
Text Example
White with #A59FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59FC8; }
p { color: rgb(165,159,200); }
H1.HeaderClassName
{
color: #A59FC8;
}
.AnyTagClassName
{
color: #A59FC8;
}
</style>
background-color css
<style>
a { background-color: #A59FC8; }
a { background-color: rgb(165,159,200); }
div.DivClassName
{
background-color: #A59FC8;
}
.BgClassName
{
background-color: #A59FC8;
}
</style>
border-color css
<style>
span { border-color: #A59FC8; }
span { border-color: rgb(165,159,200); }
td.TdClassName
{
border-color: #A59FC8;
}
.TagClassName
{
border-color: #A59FC8;
}
</style>