Shades of Wistful #A59FE3
Tints of Wistful #A59FE3
RGB
CMYK
RGB Variations
Color information
#A59FE3 (or 0xA59FE3) is known color: Wistful. HEX triplet: A5, 9F and E3. RGB value is (165,159,227). Sum of RGB (Red+Green+Blue) = 165+159+227=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #A59FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FE3 is #5A601C. Grayscale: #A8A8A8. Windows color (decimal): -5922845 or 14917541. OLE color: 14917541.
HSL color Cylindrical-coordinate representation of color #A59FE3: hue angle of 245.29º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A59FE3 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 159 | 227 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.11 |
| HSL | 245.29º | 0.55% | 0.76% | - |
| HSV(B) | 245.29º | 0.3% | 0.89% | - |
| XYZ | 41.78 | 38.34 | 77.87 | - |
| YUV | 168.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 227 | 0.27 | 0.30 | 0 | 0.11 | 245.29 | 0.55 | 0.76 |
| Hex | A5 | 9F | E3 | 1B | 1E | 0 | B | F5 | 37 | 4C |
| Octal | 245 | 237 | 343 | 33 | 36 | 0 | 13 | 365 | 67 | 114 |
| Binary | 10100101 | 10011111 | 11100011 | 11011 | 11110 | 0 | 1011 | 11110101 | 110111 | 1001100 |
Color Harmonies of #A59FE3
Complementary color
Monochromatic Colors of #A59FE3
Black with #A59FE3
Text Example
Text Example
White with #A59FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59FE3; }
p { color: rgb(165,159,227); }
H1.HeaderClassName
{
color: #A59FE3;
}
.AnyTagClassName
{
color: #A59FE3;
}
</style>
background-color css
<style>
a { background-color: #A59FE3; }
a { background-color: rgb(165,159,227); }
div.DivClassName
{
background-color: #A59FE3;
}
.BgClassName
{
background-color: #A59FE3;
}
</style>
border-color css
<style>
span { border-color: #A59FE3; }
span { border-color: rgb(165,159,227); }
td.TdClassName
{
border-color: #A59FE3;
}
.TagClassName
{
border-color: #A59FE3;
}
</style>