Shades of Wistful #A49FED
Tints of Wistful #A49FED
RGB
CMYK
RGB Variations
Color information
#A49FED (or 0xA49FED) is known color: Wistful. HEX triplet: A4, 9F and ED. RGB value is (164,159,237). Sum of RGB (Red+Green+Blue) = 164+159+237=560 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.29% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #A49FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49FED is #5B6012. Grayscale: #A9A9A9. Windows color (decimal): -5988371 or 15572900. OLE color: 15572900.
HSL color Cylindrical-coordinate representation of color #A49FED: hue angle of 243.85º 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 #A49FED is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 159 | 237 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.07 |
| HSL | 243.85º | 0.68% | 0.78% | - |
| HSV(B) | 243.85º | 0.33% | 0.93% | - |
| XYZ | 42.99 | 38.8 | 85.34 | - |
| YUV | 169.39 | 166.16 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 159 | 237 | 0.31 | 0.33 | 0 | 0.07 | 243.85 | 0.68 | 0.78 |
| Hex | A4 | 9F | ED | 1F | 21 | 0 | 7 | F4 | 44 | 4E |
| Octal | 244 | 237 | 355 | 37 | 41 | 0 | 7 | 364 | 104 | 116 |
| Binary | 10100100 | 10011111 | 11101101 | 11111 | 100001 | 0 | 111 | 11110100 | 1000100 | 1001110 |
Color Harmonies of #A49FED
Complementary color
Monochromatic Colors of #A49FED
Black with #A49FED
Text Example
Text Example
White with #A49FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49FED; }
p { color: rgb(164,159,237); }
H1.HeaderClassName
{
color: #A49FED;
}
.AnyTagClassName
{
color: #A49FED;
}
</style>
background-color css
<style>
a { background-color: #A49FED; }
a { background-color: rgb(164,159,237); }
div.DivClassName
{
background-color: #A49FED;
}
.BgClassName
{
background-color: #A49FED;
}
</style>
border-color css
<style>
span { border-color: #A49FED; }
span { border-color: rgb(164,159,237); }
td.TdClassName
{
border-color: #A49FED;
}
.TagClassName
{
border-color: #A49FED;
}
</style>