Shades of Wistful #A59DF4
Tints of Wistful #A59DF4
RGB
CMYK
RGB Variations
Color information
#A59DF4 (or 0xA59DF4) is known color: Wistful. HEX triplet: A5, 9D and F4. RGB value is (165,157,244). Sum of RGB (Red+Green+Blue) = 165+157+244=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 244 - color contains mainly: blue. Hex color #A59DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59DF4 is #5A620B. Grayscale: #A8A8A8. Windows color (decimal): -5923340 or 16031141. OLE color: 16031141.
HSL color Cylindrical-coordinate representation of color #A59DF4: hue angle of 245.52º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A59DF4 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 157 | 244 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.04 |
| HSL | 245.52º | 0.8% | 0.79% | - |
| HSV(B) | 245.52º | 0.36% | 0.96% | - |
| XYZ | 43.9 | 38.64 | 90.73 | - |
| YUV | 169.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 244 | 0.32 | 0.36 | 0 | 0.04 | 245.52 | 0.8 | 0.79 |
| Hex | A5 | 9D | F4 | 20 | 24 | 0 | 4 | F6 | 50 | 4F |
| Octal | 245 | 235 | 364 | 40 | 44 | 0 | 4 | 366 | 120 | 117 |
| Binary | 10100101 | 10011101 | 11110100 | 100000 | 100100 | 0 | 100 | 11110110 | 1010000 | 1001111 |
Color Harmonies of #A59DF4
Complementary color
Monochromatic Colors of #A59DF4
Black with #A59DF4
Text Example
Text Example
White with #A59DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DF4; }
p { color: rgb(165,157,244); }
H1.HeaderClassName
{
color: #A59DF4;
}
.AnyTagClassName
{
color: #A59DF4;
}
</style>
background-color css
<style>
a { background-color: #A59DF4; }
a { background-color: rgb(165,157,244); }
div.DivClassName
{
background-color: #A59DF4;
}
.BgClassName
{
background-color: #A59DF4;
}
</style>
border-color css
<style>
span { border-color: #A59DF4; }
span { border-color: rgb(165,157,244); }
td.TdClassName
{
border-color: #A59DF4;
}
.TagClassName
{
border-color: #A59DF4;
}
</style>