Shades of Wistful #A59FE4
Tints of Wistful #A59FE4
RGB
CMYK
RGB Variations
Color information
#A59FE4 (or 0xA59FE4) is known color: Wistful. HEX triplet: A5, 9F and E4. RGB value is (165,159,228). Sum of RGB (Red+Green+Blue) = 165+159+228=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 228 (89.45% from 255 or 41.30% from 552); Max value from RGB is 228 - color contains mainly: blue. Hex color #A59FE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FE4 is #5A601B. Grayscale: #A8A8A8. Windows color (decimal): -5922844 or 14983077. OLE color: 14983077.
HSL color Cylindrical-coordinate representation of color #A59FE4: hue angle of 245.22º degrees, saturation: 0.56, 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 #A59FE4 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 159 | 228 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.11 |
| HSL | 245.22º | 0.56% | 0.76% | - |
| HSV(B) | 245.22º | 0.3% | 0.89% | - |
| XYZ | 41.92 | 38.4 | 78.6 | - |
| YUV | 168.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 228 | 0.28 | 0.30 | 0 | 0.11 | 245.22 | 0.56 | 0.76 |
| Hex | A5 | 9F | E4 | 1C | 1E | 0 | B | F5 | 38 | 4C |
| Octal | 245 | 237 | 344 | 34 | 36 | 0 | 13 | 365 | 70 | 114 |
| Binary | 10100101 | 10011111 | 11100100 | 11100 | 11110 | 0 | 1011 | 11110101 | 111000 | 1001100 |
Color Harmonies of #A59FE4
Complementary color
Monochromatic Colors of #A59FE4
Black with #A59FE4
Text Example
Text Example
White with #A59FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59FE4; }
p { color: rgb(165,159,228); }
H1.HeaderClassName
{
color: #A59FE4;
}
.AnyTagClassName
{
color: #A59FE4;
}
</style>
background-color css
<style>
a { background-color: #A59FE4; }
a { background-color: rgb(165,159,228); }
div.DivClassName
{
background-color: #A59FE4;
}
.BgClassName
{
background-color: #A59FE4;
}
</style>
border-color css
<style>
span { border-color: #A59FE4; }
span { border-color: rgb(165,159,228); }
td.TdClassName
{
border-color: #A59FE4;
}
.TagClassName
{
border-color: #A59FE4;
}
</style>