Shades of Wistful #A29CEB
Tints of Wistful #A29CEB
RGB
CMYK
RGB Variations
Color information
#A29CEB (or 0xA29CEB) is known color: Wistful. HEX triplet: A2, 9C and EB. RGB value is (162,156,235). Sum of RGB (Red+Green+Blue) = 162+156+235=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #A29CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29CEB is #5D6314. Grayscale: #A6A6A6. Windows color (decimal): -6120213 or 15441058. OLE color: 15441058.
HSL color Cylindrical-coordinate representation of color #A29CEB: hue angle of 244.56º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A29CEB is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 156 | 235 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.08 |
| HSL | 244.56º | 0.66% | 0.77% | - |
| HSV(B) | 244.56º | 0.34% | 0.92% | - |
| XYZ | 41.78 | 37.46 | 83.62 | - |
| YUV | 166.8 | 166.49 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 235 | 0.31 | 0.34 | 0 | 0.08 | 244.56 | 0.66 | 0.77 |
| Hex | A2 | 9C | EB | 1F | 22 | 0 | 8 | F5 | 42 | 4D |
| Octal | 242 | 234 | 353 | 37 | 42 | 0 | 10 | 365 | 102 | 115 |
| Binary | 10100010 | 10011100 | 11101011 | 11111 | 100010 | 0 | 1000 | 11110101 | 1000010 | 1001101 |
Color Harmonies of #A29CEB
Complementary color
Monochromatic Colors of #A29CEB
Black with #A29CEB
Text Example
Text Example
White with #A29CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29CEB; }
p { color: rgb(162,156,235); }
H1.HeaderClassName
{
color: #A29CEB;
}
.AnyTagClassName
{
color: #A29CEB;
}
</style>
background-color css
<style>
a { background-color: #A29CEB; }
a { background-color: rgb(162,156,235); }
div.DivClassName
{
background-color: #A29CEB;
}
.BgClassName
{
background-color: #A29CEB;
}
</style>
border-color css
<style>
span { border-color: #A29CEB; }
span { border-color: rgb(162,156,235); }
td.TdClassName
{
border-color: #A29CEB;
}
.TagClassName
{
border-color: #A29CEB;
}
</style>