Shades of Wistful #A29CDC
Tints of Wistful #A29CDC
RGB
CMYK
RGB Variations
Color information
#A29CDC (or 0xA29CDC) is known color: Wistful. HEX triplet: A2, 9C and DC. RGB value is (162,156,220). Sum of RGB (Red+Green+Blue) = 162+156+220=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #A29CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CDC is #5D6323. Grayscale: #A4A4A4. Windows color (decimal): -6120228 or 14458018. OLE color: 14458018.
HSL color Cylindrical-coordinate representation of color #A29CDC: hue angle of 245.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A29CDC is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 156 | 220 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.14 |
| HSL | 245.63º | 0.48% | 0.74% | - |
| HSV(B) | 245.63º | 0.29% | 0.86% | - |
| XYZ | 39.71 | 36.63 | 72.69 | - |
| YUV | 165.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 220 | 0.26 | 0.29 | 0 | 0.14 | 245.63 | 0.48 | 0.74 |
| Hex | A2 | 9C | DC | 1A | 1D | 0 | E | F6 | 30 | 4A |
| Octal | 242 | 234 | 334 | 32 | 35 | 0 | 16 | 366 | 60 | 112 |
| Binary | 10100010 | 10011100 | 11011100 | 11010 | 11101 | 0 | 1110 | 11110110 | 110000 | 1001010 |
Color Harmonies of #A29CDC
Complementary color
Monochromatic Colors of #A29CDC
Black with #A29CDC
Text Example
Text Example
White with #A29CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29CDC; }
p { color: rgb(162,156,220); }
H1.HeaderClassName
{
color: #A29CDC;
}
.AnyTagClassName
{
color: #A29CDC;
}
</style>
background-color css
<style>
a { background-color: #A29CDC; }
a { background-color: rgb(162,156,220); }
div.DivClassName
{
background-color: #A29CDC;
}
.BgClassName
{
background-color: #A29CDC;
}
</style>
border-color css
<style>
span { border-color: #A29CDC; }
span { border-color: rgb(162,156,220); }
td.TdClassName
{
border-color: #A29CDC;
}
.TagClassName
{
border-color: #A29CDC;
}
</style>