Shades of Wistful #A59DF0
Tints of Wistful #A59DF0
RGB
CMYK
RGB Variations
Color information
#A59DF0 (or 0xA59DF0) is known color: Wistful. HEX triplet: A5, 9D and F0. RGB value is (165,157,240). Sum of RGB (Red+Green+Blue) = 165+157+240=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #A59DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59DF0 is #5A620F. Grayscale: #A8A8A8. Windows color (decimal): -5923344 or 15768997. OLE color: 15768997.
HSL color Cylindrical-coordinate representation of color #A59DF0: hue angle of 245.78º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A59DF0 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 157 | 240 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.06 |
| HSL | 245.78º | 0.73% | 0.78% | - |
| HSV(B) | 245.78º | 0.35% | 0.94% | - |
| XYZ | 43.3 | 38.4 | 87.57 | - |
| YUV | 168.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 240 | 0.31 | 0.35 | 0 | 0.06 | 245.78 | 0.73 | 0.78 |
| Hex | A5 | 9D | F0 | 1F | 23 | 0 | 6 | F6 | 49 | 4E |
| Octal | 245 | 235 | 360 | 37 | 43 | 0 | 6 | 366 | 111 | 116 |
| Binary | 10100101 | 10011101 | 11110000 | 11111 | 100011 | 0 | 110 | 11110110 | 1001001 | 1001110 |
Color Harmonies of #A59DF0
Complementary color
Monochromatic Colors of #A59DF0
Black with #A59DF0
Text Example
Text Example
White with #A59DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DF0; }
p { color: rgb(165,157,240); }
H1.HeaderClassName
{
color: #A59DF0;
}
.AnyTagClassName
{
color: #A59DF0;
}
</style>
background-color css
<style>
a { background-color: #A59DF0; }
a { background-color: rgb(165,157,240); }
div.DivClassName
{
background-color: #A59DF0;
}
.BgClassName
{
background-color: #A59DF0;
}
</style>
border-color css
<style>
span { border-color: #A59DF0; }
span { border-color: rgb(165,157,240); }
td.TdClassName
{
border-color: #A59DF0;
}
.TagClassName
{
border-color: #A59DF0;
}
</style>