Shades of Wistful #A29CCC
Tints of Wistful #A29CCC
RGB
CMYK
RGB Variations
Color information
#A29CCC (or 0xA29CCC) is known color: Wistful. HEX triplet: A2, 9C and CC. RGB value is (162,156,204). Sum of RGB (Red+Green+Blue) = 162+156+204=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #A29CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CCC is #5D6333. Grayscale: #A3A3A3. Windows color (decimal): -6120244 or 13409442. OLE color: 13409442.
HSL color Cylindrical-coordinate representation of color #A29CCC: hue angle of 247.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A29CCC is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 156 | 204 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.2 |
| HSL | 247.5º | 0.32% | 0.71% | - |
| HSV(B) | 247.5º | 0.24% | 0.8% | - |
| XYZ | 37.69 | 35.82 | 62.05 | - |
| YUV | 163.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 204 | 0.21 | 0.24 | 0 | 0.2 | 247.5 | 0.32 | 0.71 |
| Hex | A2 | 9C | CC | 15 | 18 | 0 | 14 | F8 | 20 | 47 |
| Octal | 242 | 234 | 314 | 25 | 30 | 0 | 24 | 370 | 40 | 107 |
| Binary | 10100010 | 10011100 | 11001100 | 10101 | 11000 | 0 | 10100 | 11111000 | 100000 | 1000111 |
Color Harmonies of #A29CCC
Complementary color
Monochromatic Colors of #A29CCC
Black with #A29CCC
Text Example
Text Example
White with #A29CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29CCC; }
p { color: rgb(162,156,204); }
H1.HeaderClassName
{
color: #A29CCC;
}
.AnyTagClassName
{
color: #A29CCC;
}
</style>
background-color css
<style>
a { background-color: #A29CCC; }
a { background-color: rgb(162,156,204); }
div.DivClassName
{
background-color: #A29CCC;
}
.BgClassName
{
background-color: #A29CCC;
}
</style>
border-color css
<style>
span { border-color: #A29CCC; }
span { border-color: rgb(162,156,204); }
td.TdClassName
{
border-color: #A29CCC;
}
.TagClassName
{
border-color: #A29CCC;
}
</style>