Shades of Wistful #A59BF6
Tints of Wistful #A59BF6
RGB
CMYK
RGB Variations
Color information
#A59BF6 (or 0xA59BF6) is known color: Wistful. HEX triplet: A5, 9B and F6. RGB value is (165,155,246). Sum of RGB (Red+Green+Blue) = 165+155+246=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #A59BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59BF6 is #5A6409. Grayscale: #A8A8A8. Windows color (decimal): -5923850 or 16161701. OLE color: 16161701.
HSL color Cylindrical-coordinate representation of color #A59BF6: hue angle of 246.59º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A59BF6 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 155 | 246 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.04 |
| HSL | 246.59º | 0.83% | 0.79% | - |
| HSV(B) | 246.59º | 0.37% | 0.96% | - |
| XYZ | 43.87 | 38.1 | 92.23 | - |
| YUV | 168.36 | 171.81 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 246 | 0.33 | 0.37 | 0 | 0.04 | 246.59 | 0.83 | 0.79 |
| Hex | A5 | 9B | F6 | 21 | 25 | 0 | 4 | F7 | 53 | 4F |
| Octal | 245 | 233 | 366 | 41 | 45 | 0 | 4 | 367 | 123 | 117 |
| Binary | 10100101 | 10011011 | 11110110 | 100001 | 100101 | 0 | 100 | 11110111 | 1010011 | 1001111 |
Color Harmonies of #A59BF6
Complementary color
Monochromatic Colors of #A59BF6
Black with #A59BF6
Text Example
Text Example
White with #A59BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59BF6; }
p { color: rgb(165,155,246); }
H1.HeaderClassName
{
color: #A59BF6;
}
.AnyTagClassName
{
color: #A59BF6;
}
</style>
background-color css
<style>
a { background-color: #A59BF6; }
a { background-color: rgb(165,155,246); }
div.DivClassName
{
background-color: #A59BF6;
}
.BgClassName
{
background-color: #A59BF6;
}
</style>
border-color css
<style>
span { border-color: #A59BF6; }
span { border-color: rgb(165,155,246); }
td.TdClassName
{
border-color: #A59BF6;
}
.TagClassName
{
border-color: #A59BF6;
}
</style>