Shades of Wistful #A29CCE
Tints of Wistful #A29CCE
RGB
CMYK
RGB Variations
Color information
#A29CCE (or 0xA29CCE) is known color: Wistful. HEX triplet: A2, 9C and CE. RGB value is (162,156,206). Sum of RGB (Red+Green+Blue) = 162+156+206=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #A29CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CCE is #5D6331. Grayscale: #A3A3A3. Windows color (decimal): -6120242 or 13540514. OLE color: 13540514.
HSL color Cylindrical-coordinate representation of color #A29CCE: hue angle of 247.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A29CCE is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 156 | 206 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.19 |
| HSL | 247.2º | 0.34% | 0.71% | - |
| HSV(B) | 247.2º | 0.24% | 0.81% | - |
| XYZ | 37.93 | 35.91 | 63.33 | - |
| YUV | 163.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 206 | 0.21 | 0.24 | 0 | 0.19 | 247.2 | 0.34 | 0.71 |
| Hex | A2 | 9C | CE | 15 | 18 | 0 | 13 | F7 | 22 | 47 |
| Octal | 242 | 234 | 316 | 25 | 30 | 0 | 23 | 367 | 42 | 107 |
| Binary | 10100010 | 10011100 | 11001110 | 10101 | 11000 | 0 | 10011 | 11110111 | 100010 | 1000111 |
Color Harmonies of #A29CCE
Complementary color
Monochromatic Colors of #A29CCE
Black with #A29CCE
Text Example
Text Example
White with #A29CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29CCE; }
p { color: rgb(162,156,206); }
H1.HeaderClassName
{
color: #A29CCE;
}
.AnyTagClassName
{
color: #A29CCE;
}
</style>
background-color css
<style>
a { background-color: #A29CCE; }
a { background-color: rgb(162,156,206); }
div.DivClassName
{
background-color: #A29CCE;
}
.BgClassName
{
background-color: #A29CCE;
}
</style>
border-color css
<style>
span { border-color: #A29CCE; }
span { border-color: rgb(162,156,206); }
td.TdClassName
{
border-color: #A29CCE;
}
.TagClassName
{
border-color: #A29CCE;
}
</style>