Shades of Wistful #A59FED
Tints of Wistful #A59FED
RGB
CMYK
RGB Variations
Color information
#A59FED (or 0xA59FED) is known color: Wistful. HEX triplet: A5, 9F and ED. RGB value is (165,159,237). Sum of RGB (Red+Green+Blue) = 165+159+237=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #A59FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59FED is #5A6012. Grayscale: #A9A9A9. Windows color (decimal): -5922835 or 15572901. OLE color: 15572901.
HSL color Cylindrical-coordinate representation of color #A59FED: hue angle of 244.62º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A59FED is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 159 | 237 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.07 |
| HSL | 244.62º | 0.68% | 0.78% | - |
| HSV(B) | 244.62º | 0.33% | 0.93% | - |
| XYZ | 43.2 | 38.91 | 85.35 | - |
| YUV | 169.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 237 | 0.30 | 0.33 | 0 | 0.07 | 244.62 | 0.68 | 0.78 |
| Hex | A5 | 9F | ED | 1E | 21 | 0 | 7 | F5 | 44 | 4E |
| Octal | 245 | 237 | 355 | 36 | 41 | 0 | 7 | 365 | 104 | 116 |
| Binary | 10100101 | 10011111 | 11101101 | 11110 | 100001 | 0 | 111 | 11110101 | 1000100 | 1001110 |
Color Harmonies of #A59FED
Complementary color
Monochromatic Colors of #A59FED
Black with #A59FED
Text Example
Text Example
White with #A59FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59FED; }
p { color: rgb(165,159,237); }
H1.HeaderClassName
{
color: #A59FED;
}
.AnyTagClassName
{
color: #A59FED;
}
</style>
background-color css
<style>
a { background-color: #A59FED; }
a { background-color: rgb(165,159,237); }
div.DivClassName
{
background-color: #A59FED;
}
.BgClassName
{
background-color: #A59FED;
}
</style>
border-color css
<style>
span { border-color: #A59FED; }
span { border-color: rgb(165,159,237); }
td.TdClassName
{
border-color: #A59FED;
}
.TagClassName
{
border-color: #A59FED;
}
</style>