Shades of Wistful #A29DF1
Tints of Wistful #A29DF1
RGB
CMYK
RGB Variations
Color information
#A29DF1 (or 0xA29DF1) is known color: Wistful. HEX triplet: A2, 9D and F1. RGB value is (162,157,241). Sum of RGB (Red+Green+Blue) = 162+157+241=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #A29DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29DF1 is #5D620E. Grayscale: #A7A7A7. Windows color (decimal): -6119951 or 15834530. OLE color: 15834530.
HSL color Cylindrical-coordinate representation of color #A29DF1: hue angle of 243.57º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A29DF1 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 157 | 241 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.05 |
| HSL | 243.57º | 0.75% | 0.78% | - |
| HSV(B) | 243.57º | 0.35% | 0.95% | - |
| XYZ | 42.83 | 38.15 | 88.32 | - |
| YUV | 168.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 241 | 0.33 | 0.35 | 0 | 0.05 | 243.57 | 0.75 | 0.78 |
| Hex | A2 | 9D | F1 | 21 | 23 | 0 | 5 | F4 | 4B | 4E |
| Octal | 242 | 235 | 361 | 41 | 43 | 0 | 5 | 364 | 113 | 116 |
| Binary | 10100010 | 10011101 | 11110001 | 100001 | 100011 | 0 | 101 | 11110100 | 1001011 | 1001110 |
Color Harmonies of #A29DF1
Complementary color
Monochromatic Colors of #A29DF1
Black with #A29DF1
Text Example
Text Example
White with #A29DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29DF1; }
p { color: rgb(162,157,241); }
H1.HeaderClassName
{
color: #A29DF1;
}
.AnyTagClassName
{
color: #A29DF1;
}
</style>
background-color css
<style>
a { background-color: #A29DF1; }
a { background-color: rgb(162,157,241); }
div.DivClassName
{
background-color: #A29DF1;
}
.BgClassName
{
background-color: #A29DF1;
}
</style>
border-color css
<style>
span { border-color: #A29DF1; }
span { border-color: rgb(162,157,241); }
td.TdClassName
{
border-color: #A29DF1;
}
.TagClassName
{
border-color: #A29DF1;
}
</style>