Shades of Wistful #A29ECC
Tints of Wistful #A29ECC
RGB
CMYK
RGB Variations
Color information
#A29ECC (or 0xA29ECC) is known color: Wistful. HEX triplet: A2, 9E and CC. RGB value is (162,158,204). Sum of RGB (Red+Green+Blue) = 162+158+204=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #A29ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ECC is #5D6133. Grayscale: #A4A4A4. Windows color (decimal): -6119732 or 13409954. OLE color: 13409954.
HSL color Cylindrical-coordinate representation of color #A29ECC: hue angle of 245.22º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A29ECC is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 158 | 204 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.2 |
| HSL | 245.22º | 0.31% | 0.71% | - |
| HSV(B) | 245.22º | 0.23% | 0.8% | - |
| XYZ | 38.03 | 36.49 | 62.17 | - |
| YUV | 164.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 204 | 0.21 | 0.23 | 0 | 0.2 | 245.22 | 0.31 | 0.71 |
| Hex | A2 | 9E | CC | 15 | 17 | 0 | 14 | F5 | 1F | 47 |
| Octal | 242 | 236 | 314 | 25 | 27 | 0 | 24 | 365 | 37 | 107 |
| Binary | 10100010 | 10011110 | 11001100 | 10101 | 10111 | 0 | 10100 | 11110101 | 11111 | 1000111 |
Color Harmonies of #A29ECC
Complementary color
Monochromatic Colors of #A29ECC
Black with #A29ECC
Text Example
Text Example
White with #A29ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29ECC; }
p { color: rgb(162,158,204); }
H1.HeaderClassName
{
color: #A29ECC;
}
.AnyTagClassName
{
color: #A29ECC;
}
</style>
background-color css
<style>
a { background-color: #A29ECC; }
a { background-color: rgb(162,158,204); }
div.DivClassName
{
background-color: #A29ECC;
}
.BgClassName
{
background-color: #A29ECC;
}
</style>
border-color css
<style>
span { border-color: #A29ECC; }
span { border-color: rgb(162,158,204); }
td.TdClassName
{
border-color: #A29ECC;
}
.TagClassName
{
border-color: #A29ECC;
}
</style>