Shades of Wistful #A29CF6
Tints of Wistful #A29CF6
RGB
CMYK
RGB Variations
Color information
#A29CF6 (or 0xA29CF6) is known color: Wistful. HEX triplet: A2, 9C and F6. RGB value is (162,156,246). Sum of RGB (Red+Green+Blue) = 162+156+246=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #A29CF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29CF6 is #5D6309. Grayscale: #A7A7A7. Windows color (decimal): -6120202 or 16161954. OLE color: 16161954.
HSL color Cylindrical-coordinate representation of color #A29CF6: hue angle of 244º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A29CF6 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 156 | 246 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.04 |
| HSL | 244º | 0.83% | 0.79% | - |
| HSV(B) | 244º | 0.37% | 0.96% | - |
| XYZ | 43.42 | 38.11 | 92.26 | - |
| YUV | 168.05 | 171.99 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 246 | 0.34 | 0.37 | 0 | 0.04 | 244 | 0.83 | 0.79 |
| Hex | A2 | 9C | F6 | 22 | 25 | 0 | 4 | F4 | 53 | 4F |
| Octal | 242 | 234 | 366 | 42 | 45 | 0 | 4 | 364 | 123 | 117 |
| Binary | 10100010 | 10011100 | 11110110 | 100010 | 100101 | 0 | 100 | 11110100 | 1010011 | 1001111 |
Color Harmonies of #A29CF6
Complementary color
Monochromatic Colors of #A29CF6
Black with #A29CF6
Text Example
Text Example
White with #A29CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29CF6; }
p { color: rgb(162,156,246); }
H1.HeaderClassName
{
color: #A29CF6;
}
.AnyTagClassName
{
color: #A29CF6;
}
</style>
background-color css
<style>
a { background-color: #A29CF6; }
a { background-color: rgb(162,156,246); }
div.DivClassName
{
background-color: #A29CF6;
}
.BgClassName
{
background-color: #A29CF6;
}
</style>
border-color css
<style>
span { border-color: #A29CF6; }
span { border-color: rgb(162,156,246); }
td.TdClassName
{
border-color: #A29CF6;
}
.TagClassName
{
border-color: #A29CF6;
}
</style>