Shades of Wistful #A29CE5
Tints of Wistful #A29CE5
RGB
CMYK
RGB Variations
Color information
#A29CE5 (or 0xA29CE5) is known color: Wistful. HEX triplet: A2, 9C and E5. RGB value is (162,156,229). Sum of RGB (Red+Green+Blue) = 162+156+229=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #A29CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CE5 is #5D631A. Grayscale: #A5A5A5. Windows color (decimal): -6120219 or 15047842. OLE color: 15047842.
HSL color Cylindrical-coordinate representation of color #A29CE5: hue angle of 244.93º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A29CE5 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 156 | 229 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.10 |
| HSL | 244.93º | 0.58% | 0.75% | - |
| HSV(B) | 244.93º | 0.32% | 0.9% | - |
| XYZ | 40.93 | 37.12 | 79.14 | - |
| YUV | 166.12 | 163.49 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 229 | 0.29 | 0.32 | 0 | 0.10 | 244.93 | 0.58 | 0.75 |
| Hex | A2 | 9C | E5 | 1D | 20 | 0 | A | F5 | 3A | 4B |
| Octal | 242 | 234 | 345 | 35 | 40 | 0 | 12 | 365 | 72 | 113 |
| Binary | 10100010 | 10011100 | 11100101 | 11101 | 100000 | 0 | 1010 | 11110101 | 111010 | 1001011 |
Color Harmonies of #A29CE5
Complementary color
Monochromatic Colors of #A29CE5
Black with #A29CE5
Text Example
Text Example
White with #A29CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29CE5; }
p { color: rgb(162,156,229); }
H1.HeaderClassName
{
color: #A29CE5;
}
.AnyTagClassName
{
color: #A29CE5;
}
</style>
background-color css
<style>
a { background-color: #A29CE5; }
a { background-color: rgb(162,156,229); }
div.DivClassName
{
background-color: #A29CE5;
}
.BgClassName
{
background-color: #A29CE5;
}
</style>
border-color css
<style>
span { border-color: #A29CE5; }
span { border-color: rgb(162,156,229); }
td.TdClassName
{
border-color: #A29CE5;
}
.TagClassName
{
border-color: #A29CE5;
}
</style>