Shades of Wistful #A29CDA
Tints of Wistful #A29CDA
RGB
CMYK
RGB Variations
Color information
#A29CDA (or 0xA29CDA) is known color: Wistful. HEX triplet: A2, 9C and DA. RGB value is (162,156,218). Sum of RGB (Red+Green+Blue) = 162+156+218=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #A29CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CDA is #5D6325. Grayscale: #A4A4A4. Windows color (decimal): -6120230 or 14326946. OLE color: 14326946.
HSL color Cylindrical-coordinate representation of color #A29CDA: hue angle of 245.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29CDA is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 156 | 218 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.15 |
| HSL | 245.81º | 0.46% | 0.73% | - |
| HSV(B) | 245.81º | 0.28% | 0.85% | - |
| XYZ | 39.44 | 36.52 | 71.3 | - |
| YUV | 164.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 218 | 0.26 | 0.28 | 0 | 0.15 | 245.81 | 0.46 | 0.73 |
| Hex | A2 | 9C | DA | 1A | 1C | 0 | F | F6 | 2E | 49 |
| Octal | 242 | 234 | 332 | 32 | 34 | 0 | 17 | 366 | 56 | 111 |
| Binary | 10100010 | 10011100 | 11011010 | 11010 | 11100 | 0 | 1111 | 11110110 | 101110 | 1001001 |
Color Harmonies of #A29CDA
Complementary color
Monochromatic Colors of #A29CDA
Black with #A29CDA
Text Example
Text Example
White with #A29CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29CDA; }
p { color: rgb(162,156,218); }
H1.HeaderClassName
{
color: #A29CDA;
}
.AnyTagClassName
{
color: #A29CDA;
}
</style>
background-color css
<style>
a { background-color: #A29CDA; }
a { background-color: rgb(162,156,218); }
div.DivClassName
{
background-color: #A29CDA;
}
.BgClassName
{
background-color: #A29CDA;
}
</style>
border-color css
<style>
span { border-color: #A29CDA; }
span { border-color: rgb(162,156,218); }
td.TdClassName
{
border-color: #A29CDA;
}
.TagClassName
{
border-color: #A29CDA;
}
</style>